Home
last modified time | relevance | path

Searched refs:ValB (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp406 uint64_t ValB; in getSymbolOffsetImpl() local
407 if (!getSymbolOffsetImpl(Asm, *B, ReportError, ValB)) in getSymbolOffsetImpl()
409 Offset -= ValB; in getSymbolOffsetImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1457 const Value *ValB = MMOb->getValue(); in MemOperandsHaveAlias() local
1458 bool SameVal = (ValA && ValB && (ValA == ValB)); in MemOperandsHaveAlias()
1462 if (PSVa && ValB && !PSVa->mayAlias(&MFI)) in MemOperandsHaveAlias()
1483 if (!ValA || !ValB) in MemOperandsHaveAlias()
1511 MemoryLocation(ValB, LocB, UseTBAA ? MMOb->getAAInfo() : AAMDNodes())); in MemOperandsHaveAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td370 class SVEExactFPImm<string Suffix, string ValA, string ValB> : AsmOperandClass {
374 let PredicateMethod = "isExactFPImm<" # ValA # ", " # ValB # ">";
375 let RenderMethod = "addExactFPImmOperands<" # ValA # ", " # ValB # ">";
378 class SVEExactFPImmOperand<string Suffix, string ValA, string ValB> : Operand<i32> {
379 let PrintMethod = "printExactFPImm<" # ValA # ", " # ValB # ">";
380 let ParserMatchClass = SVEExactFPImm<Suffix, ValA, ValB>;