Home
last modified time | relevance | path

Searched refs:BRIND (Results 1 – 25 of 26) 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/include/llvm/CodeGen/
DISDOpcodes.h478 BRIND, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h564 BRIND, enumerator
DBasicTTIImpl.h194 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
/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()
DSelectionDAGBuilder.cpp2442 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(), in visitIndirectBr()
8239 TLI.isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in areJTsAllowed()
DLegalizeDAG.cpp3518 Tmp1 = DAG.getNode(ISD::BRIND, dl, MVT::Other, LD.getValue(1), Addr); in ExpandNode()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp68 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/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()
DSelectionDAGBuilder.cpp2008 TLI.isOperationLegalOrCustom(ISD::BRIND, MVT::Other)); in areJTsAllowed()
2532 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurDebugLoc(), in visitIndirectBr()
DSelectionDAG.cpp6066 case ISD::BRIND: return "brind"; in getOperationName()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2975 case ISD::BRIND: { in Select()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp227 setOperationAction(ISD::BRIND, MVT::Other, Expand); in AMDGPUTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenFastISel.inc153 // FastEmit functions for ISD::BRIND.
1405 case ISD::BRIND: return FastEmit_ISD_BRIND_r(VT, RetVT, Op0, Op0IsKill);
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1597 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp200 setOperationAction(ISD::BRIND, MVT::Other, Expand); in NVPTXTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1694 return DAG.getNode(ISD::BRIND, DL, MVT::Other, Chain, Addr); in lowerBR_JT()

12