Searched refs:NegLo (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 185 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/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 797 unsigned NegLo = 0; member 821 Modifiers.NegLo |= !!(Val & SISrcMods::NEG) << J; in collectVOPModifiers() 1113 insertNamedMCOperand(MI, MCOperand::createImm(Mods.NegLo), in convertVOP3PDPPInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 341 uint16_t NegLo = -static_cast<uint16_t>(Imm); in tryFoldImmWithOpSel() local 343 uint32_t NegImm = (static_cast<uint32_t>(NegHi) << 16) | NegLo; in tryFoldImmWithOpSel()
|
H A D | SIInstrInfo.td | 1116 def neg_lo0 : ArrayOperand0<"neg_lo", "NegLo">;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 3821 SDValue NegLo, NegHi; in ExpandIntRes_ABS() local 3822 SplitInteger(Neg, NegLo, NegHi); in ExpandIntRes_ABS() 3826 Lo = DAG.getSelect(dl, NVT, HiIsNeg, NegLo, Lo); in ExpandIntRes_ABS()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 8755 unsigned NegLo = 0; in cvtVOP3P() local 8765 NegLo = Inst.getOperand(NegLoIdx).getImm(); in cvtVOP3P() 8797 if ((NegLo & (1 << J)) != 0) in cvtVOP3P()
|