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

<<111213

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86Base.h 12 /// TargetLowering base interface for the x86 architecture.
56 template <typename TraitsType> class TargetX86Base : public TargetLowering {
476 typename Traits::TargetLowering *Target;
493 AutoMemorySandboxer(typename Traits::TargetLowering *Target, T... Args)
    [all...]
IceInstX86Base.h 39 using TargetLowering = typename Traits::TargetLowering;
214 static TargetLowering *getTarget(const Cfg *Func) {
215 return static_cast<TargetLowering *>(Func->getTarget());
349 static InstX86Label *create(Cfg *Func, TargetLowering *Target) {
362 InstX86Label(Cfg *Func, TargetLowering *Target);
    [all...]
IceTargetLoweringARM32.h 12 /// TargetLowering interface for the ARM 32-bit architecture.
54 class TargetARM32 : public TargetLowering {
74 static std::unique_ptr<::Ice::TargetLowering> create(Cfg *Func) {
    [all...]
IceTargetLoweringX8664.cpp 21 std::unique_ptr<::Ice::TargetLowering> createTargetLowering(::Ice::Cfg *Func) {
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 28 #include "llvm/Target/TargetLowering.h"
39 const TargetLowering *TLI;
167 bool atomicSizeSupported(const TargetLowering *TLI, Inst *I) {
    [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 56 lib/CodeGen/SelectionDAG/TargetLowering.cpp \
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 57 #include "llvm/Target/TargetLowering.h"
586 if (TLI.getOperationAction(ISD::EXCEPTIONADDR, VT)!=TargetLowering::Expand)
601 if (TLI.getOperationAction(ISD::EHSELECTION, VT) != TargetLowering::Expand)
    [all...]
ScheduleDAGSDNodes.cpp 23 #include "llvm/Target/TargetLowering.h"
71 const TargetLowering &TLI = DAG->getTargetLoweringInfo();
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp 68 : TargetLowering(TM, CreateTLOF(TM)), PPCSubTarget(*TM.getSubtargetImpl()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AtomicExpandPass.cpp 23 #include "llvm/CodeGen/TargetLowering.h"
60 const TargetLowering *TLI = nullptr;
188 static bool atomicSizeSupported(const TargetLowering *TLI, Inst *I) {
    [all...]
LiveDebugValues.cpp 40 #include "llvm/CodeGen/TargetLowering.h"
433 const TargetLowering *TLI = MF->getSubtarget().getTargetLowering();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 11 /// This is the parent TargetLowering class for hardware code gen
148 : TargetLowering(TM), Subtarget(&STI) {
828 // TargetLowering Callbacks
    [all...]
SIISelLowering.cpp 676 // TargetLowering queries
716 return TargetLowering::getRegisterTypeForCallingConv(Context, CC, VT);
738 return TargetLowering::getNumRegistersForCallingConv(Context, CC, VT);
774 return TargetLowering::getVectorTypeBreakdownForCallingConv(
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 74 : TargetLowering(TM), Subtarget(STI) {
80 // Set up the TargetLowering object.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 54 #include "llvm/CodeGen/TargetLowering.h"
127 : TargetLowering(TM), Subtarget(STI) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 71 : TargetLowering(TM), Subtarget(STI) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 31 #include "llvm/Target/TargetLowering.h"
79 const TargetLowering &TLI = DAG->getTargetLoweringInfo();
    [all...]
SelectionDAGDumper.cpp 52 const TargetLowering &TLI = G->getTargetLoweringInfo();
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 951 const TargetLowering *TLI = getTargetLowering();
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 29 #include "llvm/Target/TargetLowering.h"
163 const TargetLowering *TL) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLICM.cpp 32 #include "llvm/Target/TargetLowering.h"
67 const TargetLowering *TLI;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 27 #include "llvm/CodeGen/TargetLowering.h"
80 const TargetLowering &TLI = DAG->getTargetLoweringInfo();
    [all...]
SelectionDAGDumper.cpp 26 #include "llvm/CodeGen/TargetLowering.h"
72 const TargetLowering &TLI = G->getTargetLoweringInfo();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 26 #include "llvm/CodeGen/TargetLowering.h"
164 const TargetLowering *TL) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp 38 #include "llvm/CodeGen/TargetLowering.h"
102 : TargetLowering(TM), Subtarget(STI) {
108 // Set up the TargetLowering object.
    [all...]

Completed in 609 milliseconds

<<111213