Home
last modified time | relevance | path

Searched refs:CONST32 (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp68 if (Opc == Hexagon::CONST32) { in runOnMachineFunction()
H A DHexagonGenMemAbsolute.cpp87 if (Opc != Hexagon::CONST32 && Opc != Hexagon::A2_tfrsi) in runOnMachineFunction()
H A DHexagonPseudo.td65 def CONST32 : CONSTLDInst<(outs IntRegs:$Rd), (ins i32imm:$v),
66 "$Rd = CONST32(#$v)", []>;
H A DHexagonBitTracker.cpp201 case CONST32: in evaluate()
313 case CONST32: in evaluate()
H A DHexagonISelLowering.cpp1316 return DAG.getNode(HexagonISD::CONST32, dl, PtrVT, GA); in LowerGLOBALADDRESS()
1414 SDValue Sym = DAG.getNode(HexagonISD::CONST32, dl, PtrVT, TGA); in LowerToTLSInitialExecModel()
1450 SDValue Sym = DAG.getNode(HexagonISD::CONST32, dl, PtrVT, TGA); in LowerToTLSLocalExecModel()
1475 SDValue Sym = DAG.getNode(HexagonISD::CONST32, dl, PtrVT, TGA); in LowerToTLSGeneralDynamicModel()
1941 case HexagonISD::CONST32: return "HexagonISD::CONST32"; in getTargetNodeName()
H A DHexagonAsmPrinter.cpp344 case Hexagon::CONST32: in HexagonProcessInstruction()
H A DHexagonISelDAGToDAG.cpp1551 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress()
1570 case HexagonISD::CONST32: in SelectGlobalAddress()
2029 return V.getOpcode() == HexagonISD::CONST32 || in isTargetConstant()
H A DHexagonISelLowering.h37 CONST32 = OP_BEGIN, enumerator
H A DHexagonConstPropagation.cpp1978 case Hexagon::CONST32: in evaluate()
2335 case Hexagon::CONST32: in rewrite()
H A DHexagonHardwareLoops.cpp1552 case Hexagon::CONST32: in checkForImmediate()
H A DHexagonBitSimplify.cpp1409 case Hexagon::CONST32: in isTfrConst()
H A DHexagonPatterns.td413 def HexagonCONST32: SDNode<"HexagonISD::CONST32", SDTHexagonCONST32>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1514 case Hexagon::CONST32: in processInstruction()