/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 449 /// FSINCOS - Compute both fsin and fcos as a single operation. 450 FSINCOS, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 139 case ISD::FSINCOS: return "fsincos";
|
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 209 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); 210 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); 228 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 669 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); 672 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); 699 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); 711 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); 729 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); 730 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 330 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); 331 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 128 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); 134 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |