Searched refs:ValB (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 497 uint64_t ValB; in getSymbolOffsetImpl() local 498 if (!getSymbolOffsetImpl(Asm, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl() 500 Offset -= ValB; in getSymbolOffsetImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 1353 const Value *ValB = MMOb->getValue(); in MemOperandsHaveAlias() local 1354 bool SameVal = (ValA && ValB && (ValA == ValB)); in MemOperandsHaveAlias() 1358 if (PSVa && ValB && !PSVa->mayAlias(&MFI)) in MemOperandsHaveAlias() 1379 if (!ValA || !ValB) in MemOperandsHaveAlias() 1407 MemoryLocation(ValB, LocB, UseTBAA ? MMOb->getAAInfo() : AAMDNodes())); in MemOperandsHaveAlias()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEInstrFormats.td | 299 class SVEExactFPImm<string Suffix, string ValA, string ValB> : AsmOperandClass { 303 let PredicateMethod = "isExactFPImm<" # ValA # ", " # ValB # ">"; 304 let RenderMethod = "addExactFPImmOperands<" # ValA # ", " # ValB # ">"; 307 class SVEExactFPImmOperand<string Suffix, string ValA, string ValB> : Operand<i32> { 308 let PrintMethod = "printExactFPImm<" # ValA # ", " # ValB # ">"; 309 let ParserMatchClass = SVEExactFPImm<Suffix, ValA, ValB>;
|