/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 496 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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1093 BRIND, enumerator
|
H A D | BasicTTIImpl.h | 512 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
|
H A D | TargetLowering.h | 1374 isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in areJTsAllowed()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelDAGToDAG.cpp | 218 case ISD::BRIND: in Select()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 419 case ISD::BRIND: return "brind"; in getOperationName()
|
H A D | SelectionDAGBuilder.cpp | 3537 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(), in visitIndirectBr()
|
H A D | TargetLowering.cpp | 485 return DAG.getNode(ISD::BRIND, dl, MVT::Other, Chain, Addr); in expandIndirectJTBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 69 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 113 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering() 1466 case ISD::BRIND: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 683 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1722 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 5272 case ISD::BRIND: in Select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 592 setOperationAction(ISD::BRIND, MVT::Other, Expand); in NVPTXTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 6070 case ISD::BRIND: { in Select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 386 setOperationAction({ISD::BR_JT, ISD::BRIND}, MVT::Other, Expand); in AMDGPUTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 513 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()
|