Home
last modified time | relevance | path

Searched refs:X86TargetLowering (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallLowering.h26 class X86TargetLowering; variable
30 X86CallLowering(const X86TargetLowering &TLI);
H A DX86CallLowering.cpp53 X86CallLowering::X86CallLowering(const X86TargetLowering &TLI) in X86CallLowering()
61 const X86TargetLowering &TLI = *getTLI<X86TargetLowering>(); in splitToValueTypes()
199 const X86TargetLowering &TLI = *getTLI<X86TargetLowering>(); in lowerReturn()
H A DX86TargetTransformInfo.h34 const X86TargetLowering *TLI;
37 const X86TargetLowering *getTLI() const { return TLI; } in getTLI()
H A DX86SelectionDAGInfo.h22 class X86TargetLowering; variable
H A DX86Subtarget.h465 X86TargetLowering TLInfo;
477 const X86TargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DX86ISelLowering.cpp99 X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, in X86TargetLowering() function in X86TargetLowering
2144 bool X86TargetLowering::useSoftFloat() const { in useSoftFloat()
2200 const MCExpr *X86TargetLowering::
2352 bool X86TargetLowering::CanLowerReturn( in CanLowerReturn()
2780 SDValue X86TargetLowering::LowerCallResult( in LowerCallResult()
3148 SDValue X86TargetLowering::LowerFormalArguments( in LowerFormalArguments()
4959 bool X86TargetLowering::isCtlzFast() const { in isCtlzFast()
41770 bool X86TargetLowering::
41907 X86TargetLowering::ConstraintType
42123 const char *X86TargetLowering::
[all …]
H A DX86InterleavedAccess.cpp803 bool X86TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad()
820 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore()
H A DX86ISelLowering.h662 class X86TargetLowering final : public TargetLowering {
664 explicit X86TargetLowering(const X86TargetMachine &TM,
H A DX86ISelDAGToDAG.cpp801 const X86TargetLowering *X86Lowering = in PreprocessISelDAG()
802 static_cast<const X86TargetLowering *>(TLI); in PreprocessISelDAG()