Searched refs:HiOp (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRDFOpt.cpp | 120 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 D | AMDGPUMCInstLower.cpp | 148 Opcode = IsHi ? Info->HiOp : Info->LoOp; in lowerT16D16Helper()
|
| H A D | FLATInstructions.td | 21 Instruction HiOp = !cast<Instruction>(hiOp); 3099 let Fields = ["T16Op", "HiOp", "LoOp"];
|
| H A D | SIISelLowering.cpp | 11982 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 D | AMDGPUBaseInfo.h | 118 unsigned HiOp; member
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 11193 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 D | DAGCombiner.cpp | 626 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 D | X86ISelLowering.cpp | 29730 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()
|