HomeSort by relevance Sort by last modified time
    Searched refs:TargetLowering (Results 151 - 175 of 313) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 21 #include "llvm/Target/TargetLowering.h"
36 const TargetLowering &TLI;
63 /// enum from TargetLowering. This can be queried with "getTypeAction(VT)".
64 TargetLowering::ValueTypeActionImpl ValueTypeActions;
67 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const {
73 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
    [all...]
SelectionDAGBuilder.cpp 51 #include "llvm/Target/TargetLowering.h"
105 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
222 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
335 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
443 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
580 RegsForValue(LLVMContext &Context, const TargetLowering &tli,
596 bool areValueTypesLegal(const TargetLowering &TLI) {
649 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
734 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
786 const TargetLowering &TLI = DAG.getTargetLoweringInfo()
    [all...]
SelectionDAGBuilder.h 70 class TargetLowering;
80 /// implementation that is parameterized by a TargetLowering object.
293 const TargetLowering &TLI;
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 43 TargetLowering(tm, new TargetLoweringObjectFileELF()),
194 TargetLowering::ConstraintType
204 return TargetLowering::getConstraintType(Constraint);
225 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 19 #include "llvm/Target/TargetLowering.h"
75 // TargetLowering Implementation
77 class XCoreTargetLowering : public TargetLowering
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DbgValueHistoryCalculator.cpp 18 #include "llvm/CodeGen/TargetLowering.h"
196 const TargetLowering *TLI = MF->getSubtarget().getTargetLowering();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 23 #include "llvm/CodeGen/TargetLowering.h"
52 const TargetLowering *TLI = nullptr;
InterleavedAccessPass.cpp 51 #include "llvm/CodeGen/TargetLowering.h"
102 const TargetLowering *TLI = nullptr;
CallingConvLower.cpp 18 #include "llvm/CodeGen/TargetLowering.h"
261 const TargetLowering *TL = MF.getSubtarget().getTargetLowering();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 26 #include "llvm/CodeGen/TargetLowering.h"
91 /// implementation that is parameterized by a TargetLowering object.
735 void populateCallLoweringInfo(TargetLowering::CallLoweringInfo &CLI,
741 lowerInvokable(TargetLowering::CallLoweringInfo &CLI,
773 TargetLowering::CallLoweringInfo CLI;
    [all...]
SelectionDAG.cpp 39 #include "llvm/CodeGen/TargetLowering.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2ISelLowering.cpp 167 // TargetLowering Implementation
172 : TargetLowering(TM), Subtarget(&STI) {
  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.cpp     [all...]
IceTypes.cpp 180 Type getPointerType() { return TargetLowering::getPointerType(); }
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 56 : TargetLowering(TM, new MBlazeTargetObjectFile()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h 1 //===- llvm/CodeGen/TargetLowering.h - Target Lowering Info -----*- C++ -*-===//
106 /// This base class for TargetLowering contains the SelectionDAG-independent
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 227 : TargetLowering(TM), Subtarget(STI), ABI(TM.getABI()) {
455 return TargetLowering::createFastISel(funcInfo, libInfo);
467 TargetLowering::DAGCombinerInfo &DCI,
577 TargetLowering::DAGCombinerInfo &DCI,
656 TargetLowering::DAGCombinerInfo &DCI,
683 TargetLowering::DAGCombinerInfo &DCI,
725 TargetLowering::DAGCombinerInfo &DCI,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp 305 : TargetLowering(TM), Subtarget(STI), ABI(TM.getABI()) {
563 TargetLowering::DAGCombinerInfo &DCI,
672 TargetLowering::DAGCombinerInfo &DCI,
751 TargetLowering::DAGCombinerInfo &DCI,
    [all...]
MipsCallLowering.cpp 333 TargetLowering::ArgListTy FuncOrigArgs;
341 TargetLowering::ArgListEntry Entry;
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 23 #include "llvm/Target/TargetLowering.h"
225 class AArch64TargetLowering : public TargetLowering {
556 return TargetLowering::getInlineAsmMemConstraint(ConstraintCode);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 242 const TargetLowering *TLI =
431 const TargetLowering *TLI =
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 23 #include "llvm/Target/TargetLowering.h"
244 const TargetLowering *TL = MF.getSubtarget().getTargetLowering();
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 23 #include "llvm/Target/TargetLowering.h"
33 const TargetLowering &TLI;
59 /// TargetLowering. This can be queried with "getTypeAction(VT)".
60 TargetLowering::ValueTypeActionImpl ValueTypeActions;
63 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const {
69 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 11 /// \brief Interface definition of the TargetLowering class that is common
19 #include "llvm/Target/TargetLowering.h"
27 class AMDGPUTargetLowering : public TargetLowering {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CodePlacementOpt.cpp 20 #include "llvm/Target/TargetLowering.h"
35 const TargetLowering *TLI;

Completed in 654 milliseconds

1 2 3 4 5 67 8 91011>>