HomeSort by relevance Sort by last modified time
    Searched full:brind (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
brind.ll 10 [ i8* blockaddress(@brind, %L1),
11 i8* blockaddress(@brind, %L2),
12 i8* blockaddress(@brind, %L3),
13 i8* blockaddress(@brind, %L4),
14 i8* blockaddress(@brind, %L5) ]
16 define i32 @brind(i32 %a, i32 %b)
18 ; CHECK: brind:
  /external/llvm/lib/Target/X86/
X86InstrControl.td 136 [(brind GR16:$dst)], IIC_JMP_REG>, Requires<[Not64BitMode]>,
139 [(brind (loadi16 addr:$dst))], IIC_JMP_MEM>,
143 [(brind GR32:$dst)], IIC_JMP_REG>, Requires<[Not64BitMode]>,
146 [(brind (loadi32 addr:$dst))], IIC_JMP_MEM>,
150 [(brind GR64:$dst)], IIC_JMP_REG>, Requires<[In64BitMode]>,
153 [(brind (loadi64 addr:$dst))], IIC_JMP_MEM>,
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
known_gcc_test_failures.txt 3 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
WebAssemblyISelLowering.cpp 64 setOperationAction(ISD::BRIND, MVT::Other, Custom);
546 case ISD::BRIND:
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrControl.td 102 [(brind GR32:$dst)]>, Requires<[In32BitMode]>;
104 [(brind (loadi32 addr:$dst))]>, Requires<[In32BitMode]>;
107 [(brind GR64:$dst)]>, Requires<[In64BitMode]>;
109 [(brind (loadi64 addr:$dst))]>, Requires<[In64BitMode]>;
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 204 case ISD::BRIND:
241 // (brind (int_xcore_checkevent (addr)))
XCoreInstrInfo.td     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 223 case ISD::BRIND:
261 // (brind (int_xcore_checkevent (addr)))
XCoreInstrInfo.td     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 280 case ISD::BRIND: return "brind";
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 117 setOperationAction(ISD::BRIND, VT, Expand);
217 setOperationAction(ISD::BRIND, MVT::Other, Expand);
  /external/llvm/include/llvm/Target/
TargetSelectionDAG.td 193 def SDTBrind : SDTypeProfile<0, 1, [ // brind
473 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.td 184 [(brind tblockaddress:$brdst)]>;
187 [(brind GR16:$brdst)]>;
190 [(brind (load addr:$brdst))]>;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetSelectionDAG.td 169 def SDTBrind : SDTypeProfile<0, 1, [ // brind
401 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430InstrInfo.td 184 [(brind tblockaddress:$brdst)]>;
187 [(brind GR16:$brdst)]>;
190 [(brind (load addr:$brdst))]>;
    [all...]
  /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/include/llvm/CodeGen/
ISDOpcodes.h 475 // BRIND - Indirect branch. The first operand is the chain, the second
478 BRIND,
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 68 setOperationAction(ISD::BRIND, MVT::Other, Expand);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wanrouter.h 429 unsigned char if_down; /* brind down interface when disconnected */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h 429 unsigned char if_down; /* brind down interface when disconnected */
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.td 694 [(brind GPR:$Rs2)]> {
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 73 // setOperationAction(ISD::BRIND, MVT::Other, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 1375 milliseconds

1 2 3