Searched refs:X86TargetLowering (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86CallLowering.h | 25 class X86TargetLowering; variable 29 X86CallLowering(const X86TargetLowering &TLI);
|
H A D | X86TargetTransformInfo.h | 33 const X86TargetLowering *TLI; 36 const X86TargetLowering *getTLI() const { return TLI; } in getTLI()
|
H A D | X86Subtarget.h | 533 X86TargetLowering TLInfo; 545 const X86TargetLowering *getTargetLowering() const override { in getTargetLowering()
|
H A D | X86ISelLowering.cpp | 113 X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, in X86TargetLowering() function in X86TargetLowering 2086 bool X86TargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() 2090 bool X86TargetLowering::useStackGuardXorFP() const { in useStackGuardXorFP() 2095 SDValue X86TargetLowering::emitStackGuardXorFP(SelectionDAG &DAG, SDValue Val, in emitStackGuardXorFP() 2104 X86TargetLowering::getPreferredVectorAction(MVT VT) const { in getPreferredVectorAction() 2150 MVT X86TargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() 2168 unsigned X86TargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() 2186 unsigned X86TargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() 2214 EVT X86TargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType() 2272 unsigned X86TargetLowering::getByValTypeAlignment(Type *Ty, in getByValTypeAlignment() [all …]
|
H A D | X86InterleavedAccess.cpp | 810 bool X86TargetLowering::lowerInterleavedLoad( in lowerInterleavedLoad() 827 bool X86TargetLowering::lowerInterleavedStore(StoreInst *SI, in lowerInterleavedStore()
|
H A D | X86CallLowering.cpp | 50 X86CallLowering::X86CallLowering(const X86TargetLowering &TLI) in X86CallLowering()
|
H A D | X86ISelLowering.h | 895 class X86TargetLowering final : public TargetLowering { 897 explicit X86TargetLowering(const X86TargetMachine &TM,
|
H A D | X86FrameLowering.cpp | 218 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() 1070 const X86TargetLowering &TLI = *STI.getTargetLowering(); in BuildStackAlignAND()
|
H A D | X86ISelDAGToDAG.cpp | 1219 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | XRayExample.rst | 88 …62, 0.000562] 0.000562 X86ISelLowering.cpp:83:0: llvm::X86TargetLowering::X86TargetLowering(llv… 90 … 0.000106, 0.000106] 0.000342 X86ISelLowering.cpp:3363:0: llvm::X86TargetLowering::LowerCall(l…
|