Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.h23 class X86TargetLowering; variable
27 X86CallLowering(const X86TargetLowering &TLI);
H A DX86CallLowering.cpp51 X86CallLowering::X86CallLowering(const X86TargetLowering &TLI) in X86CallLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp281 EVT X86TargetLowering::getOptimalMemOpType( in getOptimalMemOpType()
327 bool X86TargetLowering::isSafeMemOpType(MVT VT) const { in isSafeMemOpType()
354 bool X86TargetLowering::allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses()
414 unsigned X86TargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding()
427 bool X86TargetLowering::useSoftFloat() const { in useSoftFloat()
483 const MCExpr *X86TargetLowering::
523 unsigned X86TargetLowering::getAddressSpace() const { in getAddressSpace()
659 bool X86TargetLowering::CanLowerReturn( in CanLowerReturn()
1093 SDValue X86TargetLowering::LowerCallResult( in LowerCallResult()
1669 SDValue X86TargetLowering::LowerFormalArguments( in LowerFormalArguments()
[all …]
H A DX86Subtarget.h113 X86TargetLowering TLInfo;
125 const X86TargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DX86TargetTransformInfo.h34 const X86TargetLowering *TLI;
37 const X86TargetLowering *getTLI() const { return TLI; } in getTLI()
H A DX86ISelLowering.cpp86 X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, in X86TargetLowering() function in X86TargetLowering
2519 bool X86TargetLowering::useStackGuardXorFP() const { in useStackGuardXorFP()
3205 bool X86TargetLowering::isCtlzFast() const { in isCtlzFast()
3230 bool X86TargetLowering::hasAndNot(SDValue Y) const { in hasAndNot()
3251 bool X86TargetLowering::
18336 unsigned X86TargetLowering::getGlobalWrapperKind( in getGlobalWrapperKind()
31840 bool X86TargetLowering::isInlineAsmTargetBranch( in isInlineAsmTargetBranch()
56671 X86TargetLowering::ConstraintType
56742 X86TargetLowering::getSingleConstraintMatchWeight( in getSingleConstraintMatchWeight()
56878 const char *X86TargetLowering::
[all …]
H A DX86InterleavedAccess.cpp806 bool X86TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad()
823 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore()
H A DX86ISelLowering.h973 class X86TargetLowering final : public TargetLowering {
975 explicit X86TargetLowering(const X86TargetMachine &TM,
H A DX86FrameLowering.cpp241 const X86TargetLowering &TLI = *STI.getTargetLowering(); in emitSPUpdate()
656 const X86TargetLowering &TLI = *STI.getTargetLowering(); in emitStackProbeInlineGeneric()
686 const X86TargetLowering &TLI = *STI.getTargetLowering(); in emitStackProbeInlineGenericBlock()
767 const X86TargetLowering &TLI = *STI.getTargetLowering(); in emitStackProbeInlineGenericLoop()
1257 const X86TargetLowering &TLI = *STI.getTargetLowering(); in BuildStackAlignAND()
3789 const X86TargetLowering &TLI = *STI.getTargetLowering(); in canUseAsPrologue()
H A DX86ISelDAGToDAG.cpp1354 const X86TargetLowering *X86Lowering = in PreprocessISelDAG()
1355 static_cast<const X86TargetLowering *>(TLI); in PreprocessISelDAG()
1410 const X86TargetLowering *X86Lowering = in PreprocessISelDAG()
1411 static_cast<const X86TargetLowering *>(TLI); in PreprocessISelDAG()