Searched refs:BRIND (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 555 BRIND, enumerator
|
D | BasicTTIImpl.h | 184 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 197 case ISD::BRIND: in Select()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 117 setOperationAction(ISD::BRIND, VT, Expand); in InitAMDILLowering() 217 setOperationAction(ISD::BRIND, MVT::Other, Expand); in InitAMDILLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 279 case ISD::BRIND: return "brind"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 2276 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(), in visitIndirectBr() 7690 TLI.isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in areJTsAllowed()
|
D | LegalizeDAG.cpp | 3737 Tmp1 = DAG.getNode(ISD::BRIND, dl, MVT::Other, LD.getValue(1), Addr); in ExpandNode()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 105 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 2224 case ISD::BRIND: { in Select() 2236 SDValue Brind = CurDAG->getNode(ISD::BRIND, dl, MVT::Other, in Select()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 461 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 74 setOperationAction(ISD::BRIND, MVT::Other, Expand); in AMDGPUTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2942 case ISD::BRIND: { in Select()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 200 setOperationAction(ISD::BRIND, MVT::Other, Expand); in NVPTXTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1550 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1610 return DAG.getNode(ISD::BRIND, DL, MVT::Other, Chain, Addr); in lowerBR_JT()
|