Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.h25 class X86TargetLowering; variable
29 X86CallLowering(const X86TargetLowering &TLI);
H A DX86TargetTransformInfo.h33 const X86TargetLowering *TLI;
36 const X86TargetLowering *getTLI() const { return TLI; } in getTLI()
H A DX86Subtarget.h537 X86TargetLowering TLInfo;
549 const X86TargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DX86ISelLowering.cpp114 X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, in X86TargetLowering() function in X86TargetLowering
2295 EVT X86TargetLowering::getOptimalMemOpType( in getOptimalMemOpType()
2394 bool X86TargetLowering::useSoftFloat() const { in useSoftFloat()
2450 const MCExpr *X86TargetLowering::
2610 bool X86TargetLowering::CanLowerReturn( in CanLowerReturn()
3036 SDValue X86TargetLowering::LowerCallResult( in LowerCallResult()
5414 bool X86TargetLowering::isCtlzFast() const { in isCtlzFast()
5460 bool X86TargetLowering::
51641 X86TargetLowering::ConstraintType
51853 const char *X86TargetLowering::
[all …]
H A DX86InterleavedAccess.cpp810 bool X86TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad()
827 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore()
H A DX86CallLowering.cpp50 X86CallLowering::X86CallLowering(const X86TargetLowering &TLI) in X86CallLowering()
H A DX86ISelLowering.h895 class X86TargetLowering final : public TargetLowering {
897 explicit X86TargetLowering(const X86TargetMachine &TM,
H A DX86FrameLowering.cpp218 const X86TargetLowering &TLI = *STI.getTargetLowering(); in emitSPUpdate()
535 const X86TargetLowering &TLI = *STI.getTargetLowering(); in emitStackProbeInlineGeneric()
565 const X86TargetLowering &TLI = *STI.getTargetLowering(); in emitStackProbeInlineGenericBlock()
639 const X86TargetLowering &TLI = *STI.getTargetLowering(); in emitStackProbeInlineGenericLoop()
1072 const X86TargetLowering &TLI = *STI.getTargetLowering(); in BuildStackAlignAND()
H A DX86ISelDAGToDAG.cpp1219 const X86TargetLowering *X86Lowering = in PreprocessISelDAG()
1220 static_cast<const X86TargetLowering *>(TLI); in PreprocessISelDAG()
1275 const X86TargetLowering *X86Lowering = in PreprocessISelDAG()
1276 static_cast<const X86TargetLowering *>(TLI); in PreprocessISelDAG()