Searched refs:ValA (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1220 Value *ValA = OpA->getOperand(0); in getConstantOffsetComplexAddrs() local 1222 if (!OpB || ValA->getType() != OpB->getType()) in getConstantOffsetComplexAddrs() 1225 const SCEV *OffsetSCEVA = SE.getSCEV(ValA); in getConstantOffsetComplexAddrs() 1252 OpA = dyn_cast<Instruction>(ValA); in getConstantOffsetComplexAddrs() 1266 unsigned BitWidth = ValA->getType()->getScalarSizeInBits(); in getConstantOffsetComplexAddrs() 1279 computeKnownBits((IdxDiff.sge(0) ? ValA : OpB), Known, DL, &AC, ContextInst, in getConstantOffsetComplexAddrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 394 uint64_t ValA; in getSymbolOffsetImpl() local 399 if (!getSymbolOffsetImpl(Asm, *A, ReportError, ValA)) in getSymbolOffsetImpl() 401 Offset += ValA; in getSymbolOffsetImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1456 const Value *ValA = MMOa->getValue(); in MemOperandsHaveAlias() local 1458 bool SameVal = (ValA && ValB && (ValA == ValB)); in MemOperandsHaveAlias() 1464 if (PSVb && ValA && !PSVb->mayAlias(&MFI)) in MemOperandsHaveAlias() 1483 if (!ValA || !ValB) in MemOperandsHaveAlias() 1510 MemoryLocation(ValA, LocA, UseTBAA ? MMOa->getAAInfo() : AAMDNodes()), in MemOperandsHaveAlias()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 370 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>;
|