/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 485 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
/external/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 557 case Intrinsic::cos: ISD = ISD::FCOS; break; in getIntrinsicInstrCost()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 146 case ISD::FCOS: return "fcos"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 74 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult() 819 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorOps.cpp | 279 case ISD::FCOS: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 78 case ISD::FCOS: in ScalarizeVectorResult() 593 case ISD::FCOS: in SplitVectorResult() 1624 case ISD::FCOS: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 2313 ? ISD::FCOS : ISD::FSIN; in useSinCos() 3459 case ISD::FCOS: { in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 5108 case Intrinsic::cos: Opcode = ISD::FCOS; break; in visitIntrinsicCall() 5927 if (visitUnaryFloatCall(I, ISD::FCOS)) in visitCall()
|
/external/llvm/lib/Target/R600/ |
D | R600ISelLowering.cpp | 63 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering() 577 case ISD::FCOS: in LowerOperation() 1024 case ISD::FCOS: in LowerTrig()
|
D | AMDGPUISelLowering.cpp | 337 setOperationAction(ISD::FCOS, VT, Expand); in AMDGPUTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1372 setOperationAction(ISD::FCOS, MVT::f64, Expand); in HexagonTargetLowering() 1375 setOperationAction(ISD::FCOS, MVT::f32, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1512 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering() 1517 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering() 1522 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 162 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering() 274 setOperationAction(ISD::FCOS, MVT::f32, Expand); in AArch64TargetLowering() 275 setOperationAction(ISD::FCOS, MVT::f64, Expand); in AArch64TargetLowering() 393 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering() 495 setOperationAction(ISD::FCOS, VT.getSimpleVT(), Expand); in addTypeForNEON()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 707 #define FCOS CHOICE(fcos, fcos, fcos) macro 1428 #define FCOS fcos macro
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
D | assyntax.h | 707 #define FCOS CHOICE(fcos, fcos, fcos) macro 1428 #define FCOS fcos macro
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 376 def fcos : SDNode<"ISD::FCOS" , SDTFPUnaryOp>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 328 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering() 329 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 461 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering() 479 setOperationAction(ISD::FCOS, MVT::v4f32, Expand); in ARMTargetLowering() 496 setOperationAction(ISD::FCOS, MVT::v2f32, Expand); in ARMTargetLowering() 800 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering() 801 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 678 setOperationAction(ISD::FCOS , MVT::f64, Expand); in resetOperationActions() 681 setOperationAction(ISD::FCOS , MVT::f32, Expand); in resetOperationActions() 708 setOperationAction(ISD::FCOS , MVT::f32, Expand); in resetOperationActions() 720 setOperationAction(ISD::FCOS , MVT::f64, Expand); in resetOperationActions() 737 setOperationAction(ISD::FCOS , MVT::f64, Expand); in resetOperationActions() 738 setOperationAction(ISD::FCOS , MVT::f32, Expand); in resetOperationActions() 778 setOperationAction(ISD::FCOS , MVT::f80, Expand); in resetOperationActions() 828 setOperationAction(ISD::FCOS, VT, Expand); in resetOperationActions()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 163 setOperationAction(ISD::FCOS , MVT::f64, Expand); in PPCTargetLowering() 169 setOperationAction(ISD::FCOS , MVT::f32, Expand); in PPCTargetLowering() 445 setOperationAction(ISD::FCOS, VT, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 265 setOperationAction(ISD::FCOS, VT, Expand); in SystemZTargetLowering()
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1376 setOperationAction(ISD::FCOS, MVT::f32, Expand);
|