Home
last modified time | relevance | path

Searched refs:BRIND (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt3 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
DWebAssemblyISelLowering.cpp64 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
546 case ISD::BRIND: in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp461 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { in select()
544 case ISD::BRIND: return select<ISD::BRIND>(N); in trySelect()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h478 BRIND, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt9 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
DWebAssemblyISelLowering.cpp71 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
743 case ISD::BRIND: in LowerOperation()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h564 BRIND, enumerator
DBasicTTIImpl.h194 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h597 BRIND, enumerator
DTargetLowering.h866 isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in areJTsAllowed()
3671 return DAG.getNode(ISD::BRIND, dl, MVT::Other, Value, Addr); in expandIndirectJTBranch()
DBasicTTIImpl.h320 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp204 case ISD::BRIND: in Select()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp204 case ISD::BRIND: in Select()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp223 case ISD::BRIND: in Select()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp280 case ISD::BRIND: return "brind"; in getOperationName()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp68 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp308 case ISD::BRIND: return "brind"; in getOperationName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp74 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1064 case ISD::BRIND: { in Select()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1946 case ISD::BRIND: { in Select()
1958 SDValue Brind = CurDAG->getNode(ISD::BRIND, dl, MVT::Other, in Select()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2773 case ISD::BRIND: { in Select()
2785 SDValue Brind = CurDAG->getNode(ISD::BRIND, dl, MVT::Other, in Select()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp741 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td401 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td473 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp912 case ISD::BRIND: in LegalizeOp()
3728 Tmp1 = DAG.getNode(ISD::BRIND, dl, MVT::Other, LD.getValue(1), Addr); in ExpandNode()

12