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

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 480 // BR_JT - Jumptable branch. The first operand is the chain, the second
482 BR_JT,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 282 case XCore::BR_JT:
286 if (MI->getOpcode() == XCore::BR_JT)
XCoreISelLowering.h 73 BR_JT,
XCoreInstrInfo.cpp 128 return BrOpc == XCore::BR_JT
XCoreISelLowering.cpp 63 case XCoreISD::BR_JT : return "XCoreISD::BR_JT";
117 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
208 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
362 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 566 /// BR_JT - Jumptable branch. The first operand is the chain, the second
568 BR_JT,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 67 BR_JT,
XCoreInstrInfo.cpp 124 return BrOpc == XCore::BR_JT
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 571 /// BR_JT - Jumptable branch. The first operand is the chain, the second
573 BR_JT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ISDOpcodes.h 602 /// BR_JT - Jumptable branch. The first operand is the chain, the second
604 BR_JT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ISDOpcodes.h 602 /// BR_JT - Jumptable branch. The first operand is the chain, the second
604 BR_JT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ISDOpcodes.h 603 /// BR_JT - Jumptable branch. The first operand is the chain, the second
605 BR_JT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ISDOpcodes.h 603 /// BR_JT - Jumptable branch. The first operand is the chain, the second
605 BR_JT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ISDOpcodes.h 603 /// BR_JT - Jumptable branch. The first operand is the chain, the second
605 BR_JT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ISDOpcodes.h 603 /// BR_JT - Jumptable branch. The first operand is the chain, the second
605 BR_JT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h 571 /// BR_JT - Jumptable branch. The first operand is the chain, the second
573 BR_JT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ISDOpcodes.h 602 /// BR_JT - Jumptable branch. The first operand is the chain, the second
604 BR_JT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ISDOpcodes.h 602 /// BR_JT - Jumptable branch. The first operand is the chain, the second
604 BR_JT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ISDOpcodes.h 603 /// BR_JT - Jumptable branch. The first operand is the chain, the second
605 BR_JT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ISDOpcodes.h 603 /// BR_JT - Jumptable branch. The first operand is the chain, the second
605 BR_JT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ISDOpcodes.h 603 /// BR_JT - Jumptable branch. The first operand is the chain, the second
605 BR_JT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ISDOpcodes.h 603 /// BR_JT - Jumptable branch. The first operand is the chain, the second
605 BR_JT,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 48 BR_JT, // Jumptable branch.
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 124 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
541 case ISD::BR_JT:
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 47 BR_JT, // Jumptable branch.

Completed in 7527 milliseconds

1 2 3 4