Searched refs:BRIND (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp456 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) {
539 case ISD::BRIND: return select<ISD::BRIND>(N);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h689 /// BRIND - Indirect branch. The first operand is the chain, the second
692 BRIND, enumerator in enum:llvm::ISD::NodeType
H A DTargetLowering.h1003 isOperationLegalOrCustom(ISD::BRIND, MVT::Other);
4257 return DAG.getNode(ISD::BRIND, dl, MVT::Other, Value, Addr);
H A DBasicTTIImpl.h390 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp203 case ISD::BRIND:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp73 setOperationAction(ISD::BRIND, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp356 case ISD::BRIND: return "brind";
H A DSelectionDAGBuilder.cpp2967 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp76 setOperationAction(ISD::BRIND, MVT::Other, Custom);
1008 case ISD::BRIND:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4484 case ISD::BRIND: {
4496 SDValue Brind = CurDAG->getNode(ISD::BRIND, dl, MVT::Other,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp440 setOperationAction(ISD::BRIND, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1536 setOperationAction(ISD::BRIND, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp243 setOperationAction(ISD::BRIND, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5113 case ISD::BRIND: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5565 return DAG.getNode(ISD::BRIND, DL, MVT::Other, Op.getOperand(0),

Completed in 491 milliseconds