/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 490 FSINCOS, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 147 case ISD::FSINCOS: return "fsincos"; in getOperationName()
|
D | LegalizeDAG.cpp | 2322 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos() 3464 if ((TLI.isOperationLegalOrCustom(ISD::FSINCOS, VT) || in ExpandNode() 3468 Tmp1 = DAG.getNode(ISD::FSINCOS, dl, VTs, Node->getOperand(0)); in ExpandNode() 3483 case ISD::FSINCOS: in ExpandNode()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1377 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in HexagonTargetLowering() 1378 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 171 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in AArch64TargetLowering() 299 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in AArch64TargetLowering() 300 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in AArch64TargetLowering() 302 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in AArch64TargetLowering() 303 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in AArch64TargetLowering() 405 setOperationAction(ISD::FSINCOS, MVT::v1f64, Expand); in AArch64TargetLowering() 1607 case ISD::FSINCOS: in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1513 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in SparcTargetLowering() 1518 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in SparcTargetLowering() 1523 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in SparcTargetLowering()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 766 #define FSINCOS CHOICE(fsincos, fsincos, fsincos) macro 1487 #define FSINCOS fsincos macro
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
D | assyntax.h | 766 #define FSINCOS CHOICE(fsincos, fsincos, fsincos) macro 1487 #define FSINCOS fsincos macro
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 634 def FSINCOS : I<0xD9, MRM_FB, (outs), (ins), "fsincos", [], IIC_FSINCOS>;
|
D | X86ISelLowering.cpp | 679 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in resetOperationActions() 682 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in resetOperationActions() 709 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in resetOperationActions() 721 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in resetOperationActions() 739 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in resetOperationActions() 740 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in resetOperationActions() 779 setOperationAction(ISD::FSINCOS, MVT::f80, Expand); in resetOperationActions() 827 setOperationAction(ISD::FSINCOS, VT, Expand); in resetOperationActions() 829 setOperationAction(ISD::FSINCOS, VT, Expand); in resetOperationActions() 1543 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in resetOperationActions() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 330 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in MipsTargetLowering() 331 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 802 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in ARMTargetLowering() 803 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in ARMTargetLowering() 842 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in ARMTargetLowering() 843 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in ARMTargetLowering() 6254 case ISD::FSINCOS: return LowerFSINCOS(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 164 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in PPCTargetLowering() 170 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in PPCTargetLowering()
|