Searched refs:CONST32 (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSplitConst32AndConst64.cpp | 78 if (Opc == Hexagon::CONST32) { in runOnMachineFunction()
|
D | HexagonPseudo.td | 65 def CONST32 : CONSTLDInst<(outs IntRegs:$Rd), (ins i32imm:$v), 66 "$Rd = CONST32(#$v)", []>;
|
D | HexagonBitTracker.cpp | 211 case CONST32: in evaluate() 323 case CONST32: in evaluate()
|
D | HexagonISelLowering.h | 36 CONST32 = OP_BEGIN, enumerator
|
D | HexagonISelLowering.cpp | 1084 return DAG.getNode(HexagonISD::CONST32, dl, PtrVT, GA); in LowerGLOBALADDRESS() 1182 SDValue Sym = DAG.getNode(HexagonISD::CONST32, dl, PtrVT, TGA); in LowerToTLSInitialExecModel() 1218 SDValue Sym = DAG.getNode(HexagonISD::CONST32, dl, PtrVT, TGA); in LowerToTLSLocalExecModel() 1243 SDValue Sym = DAG.getNode(HexagonISD::CONST32, dl, PtrVT, TGA); in LowerToTLSGeneralDynamicModel() 1698 case HexagonISD::CONST32: return "HexagonISD::CONST32"; in getTargetNodeName()
|
D | HexagonISelDAGToDAG.cpp | 1392 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress() 1412 case HexagonISD::CONST32: in SelectGlobalAddress() 1862 return V.getOpcode() == HexagonISD::CONST32 || in isTargetConstant()
|
D | HexagonAsmPrinter.cpp | 344 case Hexagon::CONST32: in HexagonProcessInstruction()
|
D | HexagonConstPropagation.cpp | 1983 case Hexagon::CONST32: in evaluate() 2339 case Hexagon::CONST32: in rewrite()
|
D | HexagonHardwareLoops.cpp | 1521 case Hexagon::CONST32: in checkForImmediate()
|
D | HexagonBitSimplify.cpp | 1402 case Hexagon::CONST32: in isTfrConst()
|
D | HexagonPatterns.td | 370 def HexagonCONST32: SDNode<"HexagonISD::CONST32", SDTHexagonCONST32>;
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
D | pvr_rogue_pds_disasm.h | 36 X(CONST32, const, 32) \
|
D | pvr_pds_disasm.c | 92 op->type = CONST32; in pvr_pds_disassemble_regs32()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1439 case Hexagon::CONST32: in processInstruction()
|