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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 475 // BRIND - Indirect branch. The first operand is the chain, the second
478 BRIND,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelDAGToDAG.cpp 461 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) {
544 case ISD::BRIND: return select<ISD::BRIND>(N);
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 561 /// BRIND - Indirect branch. The first operand is the chain, the second
564 BRIND,
    [all...]
BasicTTIImpl.h 194 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 594 /// BRIND - Indirect branch. The first operand is the chain, the second
597 BRIND,
    [all...]
TargetLowering.h     [all...]
BasicTTIImpl.h 320 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 204 case ISD::BRIND:
241 // (brind (int_xcore_checkevent (addr)))
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 223 case ISD::BRIND:
261 // (brind (int_xcore_checkevent (addr)))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 204 case ISD::BRIND:
241 // (brind (int_xcore_checkevent (addr)))
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 64 setOperationAction(ISD::BRIND, MVT::Other, Custom);
546 case ISD::BRIND:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 71 setOperationAction(ISD::BRIND, MVT::Other, Custom);
743 case ISD::BRIND:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 280 case ISD::BRIND: return "brind";
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 68 setOperationAction(ISD::BRIND, MVT::Other, Expand);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 308 case ISD::BRIND: return "brind";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 74 setOperationAction(ISD::BRIND, MVT::Other, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 741 setOperationAction(ISD::BRIND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 227 setOperationAction(ISD::BRIND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 200 setOperationAction(ISD::BRIND, MVT::Other, Expand);
    [all...]

Completed in 1315 milliseconds

1 2