Searched refs:X86TargetLowering (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h21 class X86TargetLowering;
H A DX86TargetTransformInfo.h34 const X86TargetLowering *TLI;
39 const X86TargetLowering *getTLI() const { return TLI; }
H A DX86Subtarget.h265 // X86TargetLowering needs.
267 X86TargetLowering TLInfo;
277 const X86TargetLowering *getTargetLowering() const override {
H A DX86ISelLowering.cpp71 X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, function in class:X86TargetLowering
1849 bool X86TargetLowering::useLoadStackGuardNode() const {
1854 X86TargetLowering::getPreferredVectorAction(EVT VT) const {
1863 EVT X86TargetLowering::getSetCCResultType(const DataLayout &DL, LLVMContext &,
1939 unsigned X86TargetLowering::getByValTypeAlignment(Type *Ty,
1967 X86TargetLowering::getOptimalMemOpType(uint64_t Size,
2006 bool X86TargetLowering::isSafeMemOpType(MVT VT) const {
2015 X86TargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
2041 unsigned X86TargetLowering
[all...]
H A DX86ISelLowering.h280 /// Tail call return. See X86TargetLowering::LowerCall for
622 class X86TargetLowering final : public TargetLowering {
624 explicit X86TargetLowering(const X86TargetMachine &TM,
H A DX86ISelDAGToDAG.cpp604 const X86TargetLowering *X86Lowering =
605 static_cast<const X86TargetLowering *>(TLI);

Completed in 521 milliseconds