Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp183 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
185 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
186 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1021 unsigned NegLo = 0; member
1045 Modifiers.NegLo |= !!(Val & SISrcMods::NEG) << J; in collectVOPModifiers()
1338 insertNamedMCOperand(MI, MCOperand::createImm(Mods.NegLo), in convertVOP3PDPPInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp592 uint16_t NegLo = -static_cast<uint16_t>(Imm); in tryFoldImmWithOpSel() local
594 uint32_t NegImm = (static_cast<uint32_t>(NegHi) << 16) | NegLo; in tryFoldImmWithOpSel()
H A DSIInstrInfo.td1247 def neg_lo0 : ArrayOperand0<"neg_lo", "NegLo">;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp9319 unsigned NegLo = 0; in cvtVOP3P() local
9329 NegLo = Inst.getOperand(NegLoIdx).getImm(); in cvtVOP3P()
9361 if ((NegLo & (1 << J)) != 0) in cvtVOP3P()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4019 SDValue NegLo, NegHi; in ExpandIntRes_ABS() local
4020 SplitInteger(Neg, NegLo, NegHi); in ExpandIntRes_ABS()
4024 Lo = DAG.getSelect(dl, NVT, HiIsNeg, NegLo, Lo); in ExpandIntRes_ABS()