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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 513 /// BRIND - Indirect branch. The first operand is the chain, the second
516 BRIND,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 198 case ISD::BRIND:
235 // (brind (int_xcore_checkevent (addr)))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 117 setOperationAction(ISD::BRIND, VT, Expand);
217 setOperationAction(ISD::BRIND, MVT::Other, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 117 setOperationAction(ISD::BRIND, VT, Expand);
217 setOperationAction(ISD::BRIND, MVT::Other, Expand);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 191 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other));
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 259 case ISD::BRIND: return "brind";
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 190 setOperationAction(ISD::BRIND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 117 setOperationAction(ISD::BRIND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 156 milliseconds