Searched refs:ValB (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.cpp | 442 llvm::stable_sort(TargValues, [](const auto &ValA, const auto &ValB) { in sortTargetValues() argument 443 return ValA.getOrder() < ValB.getOrder(); in sortTargetValues() 445 llvm::stable_sort(TargValues, [](const auto &ValA, const auto &ValB) { in sortTargetValues() argument 446 return ValA.getOrder() == ValB.getOrder() && ValA.getVal() < ValB.getVal(); in sortTargetValues() 461 llvm::sort(SortedAttrs, [&](const auto &ValA, const auto &ValB) { in printVecVal() argument 462 return ValA->Targ < ValB->Targ; in printVecVal() 487 llvm::sort(SortedAttrs, [&](const auto &ValA, const auto &ValB) { in printVecVal() argument 488 return ValA->Targ < ValB->Targ; in printVecVal()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1295 const Value *ValB = MMOb->getValue(); in MemOperandsHaveAlias() local 1296 bool SameVal = (ValA && ValB && (ValA == ValB)); in MemOperandsHaveAlias() 1300 if (PSVa && ValB && !PSVa->mayAlias(&MFI)) in MemOperandsHaveAlias() 1319 if (!ValA || !ValB) in MemOperandsHaveAlias() 1332 MemoryLocation(ValB, OverlapB, in MemOperandsHaveAlias()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 254 class SVEExactFPImm<string Suffix, string ValA, string ValB> : AsmOperandClass { 258 let PredicateMethod = "isExactFPImm<" # ValA # ", " # ValB # ">"; 259 let RenderMethod = "addExactFPImmOperands<" # ValA # ", " # ValB # ">"; 262 class SVEExactFPImmOperand<string Suffix, string ValA, string ValB> : Operand<i32> { 263 let PrintMethod = "printExactFPImm<" # ValA # ", " # ValB # ">"; 264 let ParserMatchClass = SVEExactFPImm<Suffix, ValA, ValB>;
|