Searched refs:BRIND (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 477 BRIND, enumerator
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 224 case ISD::BRIND: in Select()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 248 case ISD::BRIND: return "brind"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 2036 TLI.isOperationLegalOrCustom(ISD::BRIND, MVT::Other)); in areJTsAllowed() 2560 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurDebugLoc(), in visitIndirectBr()
|
D | LegalizeDAG.cpp | 3354 Tmp1 = DAG.getNode(ISD::BRIND, dl, MVT::Other, LD.getValue(1), Addr); in ExpandNode()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1062 case ISD::BRIND: { in Select()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1225 setOperationAction(ISD::BRIND, MVT::Other, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 740 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 403 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
|