Searched refs:NegLo (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 187 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock() local 189 Val, NegLo, Val->getName() + ".off", NewLeaf); in NewLeafBlock() 190 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 755 unsigned NegLo = 0; member 779 Modifiers.NegLo |= !!(Val & SISrcMods::NEG) << J; in collectVOPModifiers() 991 insertNamedMCOperand(MI, MCOperand::createImm(Mods.NegLo), in convertVOP3PDPPInst()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 1266 def neg_lo0 : NamedOperandU32Default0<"NegLo", NamedMatchClass<"NegLo">>;
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 8302 unsigned NegLo = 0; in cvtVOP3P() local 8313 NegLo = Inst.getOperand(NegLoIdx).getImm(); in cvtVOP3P() 8335 if ((NegLo & (1 << J)) != 0) in cvtVOP3P()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3307 SDValue NegLo, NegHi; in ExpandIntRes_ABS() local 3308 SplitInteger(Neg, NegLo, NegHi); in ExpandIntRes_ABS() 3312 Lo = DAG.getSelect(dl, NVT, HiIsNeg, NegLo, Lo); in ExpandIntRes_ABS()
|