Home
last modified time | relevance | path

Searched refs:HiOp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp120 const MachineOperand &HiOp = MI->getOperand(1); in INITIALIZE_PASS_DEPENDENCY() local
124 DFG.makeRegRef(HiOp.getReg(), HiOp.getSubReg())); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp148 Opcode = IsHi ? Info->HiOp : Info->LoOp; in lowerT16D16Helper()
H A DFLATInstructions.td21 Instruction HiOp = !cast<Instruction>(hiOp);
3099 let Fields = ["T16Op", "HiOp", "LoOp"];
H A DSIISelLowering.cpp11982 SDValue HiOp = in performFCopySignCombine() local
11986 DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v2f32, MagLo, HiOp); in performFCopySignCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h118 unsigned HiOp; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11193 unsigned HiOp = Signed ? ISD::MULHS : ISD::MULHU; in expandFixedPointMul() local
11202 } else if (isOperationLegalOrCustom(HiOp, VT)) { in expandFixedPointMul()
11204 Hi = DAG.getNode(HiOp, dl, VT, LHS, RHS); in expandFixedPointMul()
H A DDAGCombiner.cpp626 unsigned HiOp);
5688 unsigned HiOp) { in SimplifyNodeWithTwoResults() argument
5700 TLI.isOperationLegalOrCustom(HiOp, N->getValueType(1)))) { in SimplifyNodeWithTwoResults()
5701 SDValue Res = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops()); in SimplifyNodeWithTwoResults()
5721 SDValue Hi = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops()); in SimplifyNodeWithTwoResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29730 SDValue HiOp = B.getOperand(i + j + 8); in LowervXi8MulWithUNPCK() local
29734 HiOp = DAG.getAnyExtOrTrunc(HiOp, dl, MVT::i16); in LowervXi8MulWithUNPCK()
29737 HiOp = DAG.getNode(ISD::SHL, dl, MVT::i16, HiOp, in LowervXi8MulWithUNPCK()
29741 HiOp = DAG.getZExtOrTrunc(HiOp, dl, MVT::i16); in LowervXi8MulWithUNPCK()
29745 HiOps.push_back(HiOp); in LowervXi8MulWithUNPCK()