Searched refs:ValB (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 142 uint64_t ValB; in getSymbolOffsetImpl() local 143 if (!getSymbolOffsetImpl(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl() 145 Offset -= ValB; in getSymbolOffsetImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1311 const Value *ValB = MMOb->getValue(); in MemOperandsHaveAlias() local 1312 bool SameVal = (ValA && ValB && (ValA == ValB)); in MemOperandsHaveAlias() 1316 if (PSVa && ValB && !PSVa->mayAlias(&MFI)) in MemOperandsHaveAlias() 1335 if (!ValA || !ValB) in MemOperandsHaveAlias() 1348 MemoryLocation(ValB, OverlapB, in MemOperandsHaveAlias()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 289 class SVEExactFPImm<string Suffix, string ValA, string ValB> : AsmOperandClass { 293 let PredicateMethod = "isExactFPImm<" # ValA # ", " # ValB # ">"; 294 let RenderMethod = "addExactFPImmOperands<" # ValA # ", " # ValB # ">"; 297 class SVEExactFPImmOperand<string Suffix, string ValA, string ValB> : Operand<i32> { 298 let PrintMethod = "printExactFPImm<" # ValA # ", " # ValB # ">"; 299 let ParserMatchClass = SVEExactFPImm<Suffix, ValA, ValB>;
|