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

  /external/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/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/
LegalizeTypes.h 78 return N->getOpcode() == ISD::TargetConstant;
    [all...]
SelectionDAGISel.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 362 case ISD::TargetConstant:
    [all...]

Completed in 699 milliseconds