Searched refs:CONST32 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/Hexagon/ |
D | split-const32-const64.ll | 3 ; Check that CONST32/CONST64 instructions are 'not' generated when 13 ; CHECK-NOT: CONST32
|
D | struct_args_large.ll | 3 ; CHECK: r[[T0:[0-9]+]] = CONST32(#s2)
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 32 CONST32 = OP_BEGIN, enumerator
|
D | HexagonInstrInfoV5.td | 76 "$dst = CONST32(#$global)", 89 "$dst = CONST32(#$src1)", 97 // Make sure that complexity is more than the CONST32 pattern in
|
D | HexagonAsmPrinter.cpp | 287 case Hexagon::CONST32: in HexagonProcessInstruction()
|
D | HexagonISelDAGToDAG.cpp | 1467 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress() 1482 case HexagonISD::CONST32: in SelectGlobalAddress()
|
D | HexagonBitTracker.cpp | 247 case CONST32: in evaluate()
|
D | HexagonISelLowering.cpp | 1466 return DAG.getNode(HexagonISD::CONST32, dl, PtrVT, GA); in LowerGLOBALADDRESS() 2017 case HexagonISD::CONST32: return "HexagonISD::CONST32"; in getTargetNodeName()
|
D | HexagonInstrInfo.td | 4776 def HexagonCONST32 : SDNode<"HexagonISD::CONST32", SDTHexagonCONST32>; 4843 def CONST32 : CONSTLDInst<(outs IntRegs:$dst), (ins globaladdress:$global), 4844 "$dst = CONST32(#$global)", 4850 "$dst = CONST32(#$global)", 4853 // Map TLS addressses to a CONST32 instruction
|
D | HexagonInstrInfoV4.td | 3606 // Map from "i1 = constant<-1>; memw(CONST32(#foo)) = i1"
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1661 case Hexagon::CONST32: in processInstruction()
|