/external/llvm/lib/Target/WebAssembly/ |
D | known_gcc_test_failures.txt | 3 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
|
D | WebAssemblyISelLowering.cpp | 64 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering() 546 case ISD::BRIND: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 456 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { in select() 539 case ISD::BRIND: return select<ISD::BRIND>(N); in trySelect()
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 453 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { in select() 536 case ISD::BRIND: return select<ISD::BRIND>(N); in trySelect()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 564 BRIND, enumerator
|
D | BasicTTIImpl.h | 194 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 692 BRIND, enumerator
|
D | TargetLowering.h | 1003 isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in areJTsAllowed() 4257 return DAG.getNode(ISD::BRIND, dl, MVT::Other, Value, Addr); in expandIndirectJTBranch()
|
D | BasicTTIImpl.h | 390 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 869 BRIND, enumerator
|
D | TargetLowering.h | 1155 isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in areJTsAllowed() 4530 return DAG.getNode(ISD::BRIND, dl, MVT::Other, Value, Addr); in expandIndirectJTBranch()
|
D | BasicTTIImpl.h | 375 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 203 case ISD::BRIND: in Select()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 204 case ISD::BRIND: in Select()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 203 case ISD::BRIND: in Select()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 280 case ISD::BRIND: return "brind"; in getOperationName()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 68 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 73 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 356 case ISD::BRIND: return "brind"; in getOperationName()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 72 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 368 case ISD::BRIND: return "brind"; in getOperationName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 76 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering() 1008 case ISD::BRIND: in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 76 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering() 1195 case ISD::BRIND: in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1946 case ISD::BRIND: { in Select() 1958 SDValue Brind = CurDAG->getNode(ISD::BRIND, dl, MVT::Other, in Select()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 473 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
|