|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/GlobalISel/LegalizerHelper.cpp 303 : Size == 64 ? RTLIB::SIN_F64 : RTLIB::SIN_F32;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 3841 Results.push_back(ExpandFPLibCall(Node, RTLIB::SIN_F32, RTLIB::SIN_F64,
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp 659 RTLIB::SIN_F32,
1468 RTLIB::SIN_F32, RTLIB::SIN_F64,
lib/Target/AArch64/AArch64FastISel.cpp 3579 { RTLIB::SIN_F32, RTLIB::SIN_F64 },
lib/Target/AVR/AVRISelLowering.cpp 236 setLibcallName(RTLIB::SIN_F32, "sin");
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp 195 Table[RTLIB::SIN_F32] = f32_func_f32;