Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelDAGToDAG.cpp496 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { in select()
580 case ISD::BRIND: in trySelect()
581 return select<ISD::BRIND>(N); in trySelect()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1093 BRIND, enumerator
HDBasicTTIImpl.h512 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
HDTargetLowering.h1374 isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in areJTsAllowed()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelDAGToDAG.cpp218 case ISD::BRIND: in Select()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp419 case ISD::BRIND: return "brind"; in getOperationName()
HDSelectionDAGBuilder.cpp3537 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(), in visitIndirectBr()
HDTargetLowering.cpp485 return DAG.getNode(ISD::BRIND, dl, MVT::Other, Chain, Addr); in expandIndirectJTBranch()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFISelLowering.cpp69 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.cpp113 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
1466 case ISD::BRIND: in LowerOperation()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td683 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp1722 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelDAGToDAG.cpp5272 case ISD::BRIND: in Select()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp592 setOperationAction(ISD::BRIND, MVT::Other, Expand); in NVPTXTargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp6070 case ISD::BRIND: { in Select()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.cpp386 setOperationAction({ISD::BR_JT, ISD::BRIND}, MVT::Other, Expand); in AMDGPUTargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp513 setOperationAction(ISD::BRIND, MVT::Other, Custom); in AArch64TargetLowering()
6784 case ISD::BRIND: in LowerOperation()
10838 return DAG.getNode(ISD::BRIND, DL, MVT::Other, JTInfo, SDValue(Dest, 0)); in LowerBR_JT()