Home
last modified time | relevance | path

Searched refs:LoOp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp121 const MachineOperand &LoOp = MI->getOperand(2); in INITIALIZE_PASS_DEPENDENCY() local
126 DFG.makeRegRef(LoOp.getReg(), LoOp.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.td22 Instruction LoOp = !cast<Instruction>(loOp);
3099 let Fields = ["T16Op", "HiOp", "LoOp"];
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h119 unsigned LoOp; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp625 SDValue SimplifyNodeWithTwoResults(SDNode *N, unsigned LoOp,
5687 SDValue DAGCombiner::SimplifyNodeWithTwoResults(SDNode *N, unsigned LoOp, in SimplifyNodeWithTwoResults() argument
5692 TLI.isOperationLegalOrCustom(LoOp, N->getValueType(0)))) { in SimplifyNodeWithTwoResults()
5693 SDValue Res = DAG.getNode(LoOp, SDLoc(N), N->getValueType(0), N->ops()); in SimplifyNodeWithTwoResults()
5711 SDValue Lo = DAG.getNode(LoOp, SDLoc(N), N->getValueType(0), N->ops()); in SimplifyNodeWithTwoResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29729 SDValue LoOp = B.getOperand(i + j); in LowervXi8MulWithUNPCK() local
29733 LoOp = DAG.getAnyExtOrTrunc(LoOp, dl, MVT::i16); in LowervXi8MulWithUNPCK()
29735 LoOp = DAG.getNode(ISD::SHL, dl, MVT::i16, LoOp, in LowervXi8MulWithUNPCK()
29740 LoOp = DAG.getZExtOrTrunc(LoOp, dl, MVT::i16); in LowervXi8MulWithUNPCK()
29744 LoOps.push_back(LoOp); in LowervXi8MulWithUNPCK()