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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 43 : TargetLowering(TM) {
356 TargetLowering::ConstraintType
366 return TargetLowering::getConstraintType(Constraint);
384 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
561 MSP430TargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 28 #include "llvm/Target/TargetLowering.h"
60 const TargetLowering &TLI;
114 void CommitTargetLoweringOpt(const TargetLowering::TargetLoweringOpt &TLO);
325 // TargetLowering::DAGCombinerInfo implementation
328 void TargetLowering::DAGCombinerInfo::AddToWorklist(SDNode *N) {
332 void TargetLowering::DAGCombinerInfo::RemoveFromWorklist(SDNode *N) {
336 SDValue TargetLowering::DAGCombinerInfo::
341 SDValue TargetLowering::DAGCombinerInfo::
347 SDValue TargetLowering::DAGCombinerInfo::
352 void TargetLowering::DAGCombinerInfo:
    [all...]
FunctionLoweringInfo.cpp 33 #include "llvm/Target/TargetLowering.h"
57 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli)
SelectionDAG.cpp 34 #include "llvm/Target/TargetLowering.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 312 HexagonTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 241 return TargetLowering::getRepRegClassFor(VT);
529 TargetLowering::DAGCombinerInfo &DCI,
549 TargetLowering::DAGCombinerInfo &DCI,
664 TargetLowering::DAGCombinerInfo &DCI,
784 TargetLowering::DAGCombinerInfo &DCI,
835 const TargetLowering::DAGCombinerInfo &DCI,
874 TargetLowering::DAGCombinerInfo &DCI,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 40 class TargetLowering;
183 const TargetLowering *TLI;
329 const TargetLowering &getTargetLoweringInfo() const { return *TLI; }
413 /// TargetLowering object.
421 /// the TargetLowering object.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 640 // TargetLowering Implementation
690 : TargetLowering(TM, new TargetLoweringObjectFileELF()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 80 class TargetLowering;
225 const TargetLowering *TLI = nullptr;
401 const TargetLowering &getTargetLoweringInfo() const { return *TLI; }
493 /// TargetLowering object.
501 /// the TargetLowering object.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DwarfEHPrepare.cpp 26 #include "llvm/Target/TargetLowering.h"
39 const TargetLowering *TLI;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 21 #include "llvm/Target/TargetLowering.h"
501 // X86TargetLowering - X86 Implementation of the TargetLowering interface
502 class X86TargetLowering : public TargetLowering {
    [all...]
X86ISelLowering.cpp 170 : TargetLowering(TM, createTLOF(TM)) {
179 // Set up the TargetLowering object.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelDAGToDAG.cpp 212 const TargetLowering &TL = *STI.getTargetLowering();
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 657 HexagonTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp     [all...]
MipsSEISelLowering.cpp 308 return TargetLowering::getRepRegClassFor(VT);
479 TargetLowering::DAGCombinerInfo &DCI,
594 TargetLowering::DAGCombinerInfo &DCI,
821 const TargetLowering::DAGCombinerInfo &DCI,
862 TargetLowering::DAGCombinerInfo &DCI,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.h 20 #include "llvm/CodeGen/TargetLowering.h"
664 // X86 Implementation of the TargetLowering interface
665 class X86TargetLowering final : public TargetLowering {
906 return TargetLowering::getInlineAsmMemConstraint(ConstraintCode);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.h 12 /// TargetLowering interface for the MIPS 32-bit architecture.
28 class TargetMIPS32 : public TargetLowering {
47 static std::unique_ptr<::Ice::TargetLowering> create(Cfg *Func) {
    [all...]
IceInstX86BaseImpl.h 95 TargetLowering *Target)
433 auto *Target = static_cast<TargetLowering *>(Func->getTarget());
442 Asm->call(static_cast<TargetLowering *>(Func->getTarget())
763 : Traits::TargetLowering::getAbsFixup();
794 : Traits::TargetLowering::getAbsFixup();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 461 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat)
465 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) {
475 if (getTypeAction(Op.getValueType()) == TargetLowering::TypeSoftenFloat)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 11 /// \brief This is the parent TargetLowering class for hardware code gen
68 : TargetLowering(TM), Subtarget(&STI) {
635 // TargetLowering Callbacks
    [all...]
SIISelLowering.cpp 263 // TargetLowering queries
545 return TargetLowering::isTypeDesirableForOp(Op, VT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 464 if (getTypeAction(MVT::f32) == TargetLowering::TypeSoftenFloat)
468 if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 32 #include "llvm/CodeGen/TargetLowering.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 44 : TargetLowering(TM), Subtarget(STI) {
228 return TargetLowering::isZExtFree(Val, VT2);
    [all...]

Completed in 681 milliseconds

1 2 3 4 5 6 7 8 91011>>