HomeSort by relevance Sort by last modified time
    Searched refs:TargetConstant (Results 1 - 25 of 32) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 117 // TargetConstant* - Like Constant*, but the DAG does not do any folding,
122 TargetConstant,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 115 /// TargetConstant* - Like Constant*, but the DAG does not do any folding,
120 TargetConstant,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 120 /// TargetConstant* - Like Constant*, but the DAG does not do any folding,
125 TargetConstant,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
ARMGenDAGISel.inc     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 336 case ISD::TargetConstant:
430 || Op1.getOpcode() == ISD::TargetConstant) {
451 || Op0.getOpcode() == ISD::TargetConstant) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 129 case ISD::TargetConstant:
132 return "TargetConstant";
LegalizeTypes.h 92 return N->getOpcode() == ISD::TargetConstant;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 386 case ISD::TargetConstant:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 78 return N->getOpcode() == ISD::TargetConstant;
    [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 362 case ISD::TargetConstant:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 152 case ISD::TargetConstant:
155 return "TargetConstant";
    [all...]
LegalizeTypes.h 92 return N->getOpcode() == ISD::TargetConstant ||
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 466 case ISD::TargetConstant:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 144 if (N.getOpcode() == ISD::TargetConstant ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 231 if (N.getOpcode() == ISD::TargetConstant ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenDAGISel.inc     [all...]

Completed in 202 milliseconds

1 2