Home
last modified time | relevance | path

Searched refs:NVPTXTargetLowering (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h43 NVPTXTargetLowering TLInfo;
64 const NVPTXTargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DNVPTXTargetTransformInfo.h33 const NVPTXTargetLowering *TLI;
36 const NVPTXTargetLowering *getTLI() const { return TLI; }; in getTLI()
H A DNVPTXISelLowering.cpp91 int NVPTXTargetLowering::getDivF32Level() const { in getDivF32Level()
104 bool NVPTXTargetLowering::usePrecSqrtF32() const { in usePrecSqrtF32()
328 NVPTXTargetLowering::NVPTXTargetLowering(const NVPTXTargetMachine &TM, in NVPTXTargetLowering() function in NVPTXTargetLowering
1244 std::string NVPTXTargetLowering::getPrototype( in getPrototype()
2079 SDValue NVPTXTargetLowering::LowerFROUND32(SDValue Op, in LowerFROUND32()
2120 SDValue NVPTXTargetLowering::LowerFROUND64(SDValue Op, in LowerFROUND64()
2444 SDValue NVPTXTargetLowering::LowerFormalArguments( in LowerFormalArguments()
2726 void NVPTXTargetLowering::LowerAsmOperandForConstraint( in LowerAsmOperandForConstraint()
3436 bool NVPTXTargetLowering::getTgtMemIntrinsic( in getTgtMemIntrinsic()
4233 NVPTXTargetLowering::ConstraintType
[all …]
H A DNVPTXISelLowering.h440 class NVPTXTargetLowering : public TargetLowering {
442 explicit NVPTXTargetLowering(const NVPTXTargetMachine &TM,
H A DNVPTXISelDAGToDAG.cpp62 const NVPTXTargetLowering *TL = Subtarget->getTargetLowering(); in allowFMA()
67 const NVPTXTargetLowering *TL = Subtarget->getTargetLowering(); in allowUnsafeFPMath()