Searched refs:BRIND (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 476 BRIND, enumerator
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 173 case ISD::BRIND: in Select()
|
/external/llvm/lib/Target/R600/ |
D | AMDILISelLowering.cpp | 106 setOperationAction(ISD::BRIND, VT, Expand); in InitAMDILLowering() 200 setOperationAction(ISD::BRIND, MVT::Other, Expand); in InitAMDILLowering()
|
/external/chromium_org/third_party/mesa/src/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/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/ |
D | BasicTargetTransformInfo.cpp | 182 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other)); in shouldBuildLookupTables()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 246 case ISD::BRIND: return "brind"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 2105 TLI.isOperationLegalOrCustom(ISD::BRIND, MVT::Other)); in areJTsAllowed() 2634 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(), in visitIndirectBr()
|
D | LegalizeDAG.cpp | 3584 Tmp1 = DAG.getNode(ISD::BRIND, dl, MVT::Other, LD.getValue(1), Addr); in ExpandNode()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1250 case ISD::BRIND: { in Select()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 404 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1295 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 175 setOperationAction(ISD::BRIND, MVT::Other, Expand); in NVPTXTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1421 return DAG.getNode(ISD::BRIND, DL, MVT::Other, Chain, Addr); in lowerBR_JT()
|