Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local
187 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp893 unsigned NegLo = 0; member
917 Modifiers.NegLo |= !!(Val & SISrcMods::NEG) << J; in collectVOPModifiers()
1198 insertNamedMCOperand(MI, MCOperand::createImm(Mods.NegLo), in convertVOP3PDPPInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp339 uint16_t NegLo = -static_cast<uint16_t>(Imm); in tryFoldImmWithOpSel() local
341 uint32_t NegImm = (static_cast<uint32_t>(NegHi) << 16) | NegLo; in tryFoldImmWithOpSel()
H A DSIInstrInfo.td1088 def neg_lo0 : ArrayOperand0<"neg_lo", "NegLo">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8419 unsigned NegLo = 0; in cvtVOP3P() local
8429 NegLo = Inst.getOperand(NegLoIdx).getImm(); in cvtVOP3P()
8452 if ((NegLo & (1 << J)) != 0) in cvtVOP3P()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3638 SDValue NegLo, NegHi; in ExpandIntRes_ABS() local
3639 SplitInteger(Neg, NegLo, NegHi); in ExpandIntRes_ABS()
3643 Lo = DAG.getSelect(dl, NVT, HiIsNeg, NegLo, Lo); in ExpandIntRes_ABS()