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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 485 /// BRIND - Indirect branch. The first operand is the chain, the second
488 BRIND,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 219 case ISD::BRIND:
257 // (brind (int_xcore_checkevent (addr)))
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 160 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other));
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 107 setOperationAction(ISD::BRIND, VT, Expand);
205 setOperationAction(ISD::BRIND, MVT::Other, Expand);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 250 case ISD::BRIND: return "brind";
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 742 setOperationAction(ISD::BRIND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 145 setOperationAction(ISD::BRIND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 724 milliseconds