Home
last modified time | relevance | path

Searched refs:ValA (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp268 auto *ValA = const_cast<Value *>(LocA.Ptr); in query() local
271 if (!ValA->getType()->isPointerTy() || !ValB->getType()->isPointerTy()) in query()
275 Function *MaybeFnA = const_cast<Function *>(parentFunctionOfValue(ValA)); in query()
299 auto MaybeA = Sets.find(InstantiatedValue{ValA, 0}); in query()
DCFLAndersAliasAnalysis.cpp850 auto *ValA = LocA.Ptr; in query() local
853 if (!ValA->getType()->isPointerTy() || !ValB->getType()->isPointerTy()) in query()
856 auto *Fn = parentFunctionOfValue(ValA); in query()
875 if (FunInfo->mayAlias(ValA, LocA.Size, ValB, LocB.Size)) in query()
/external/llvm-project/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp268 auto *ValA = const_cast<Value *>(LocA.Ptr); in query() local
271 if (!ValA->getType()->isPointerTy() || !ValB->getType()->isPointerTy()) in query()
275 Function *MaybeFnA = const_cast<Function *>(parentFunctionOfValue(ValA)); in query()
299 auto MaybeA = Sets.find(InstantiatedValue{ValA, 0}); in query()
DCFLAndersAliasAnalysis.cpp849 auto *ValA = LocA.Ptr; in query() local
852 if (!ValA->getType()->isPointerTy() || !ValB->getType()->isPointerTy()) in query()
855 auto *Fn = parentFunctionOfValue(ValA); in query()
874 if (FunInfo->mayAlias(ValA, LocA.Size, ValB, LocB.Size)) in query()
/external/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp280 auto *ValA = const_cast<Value *>(LocA.Ptr); in query() local
283 if (!ValA->getType()->isPointerTy() || !ValB->getType()->isPointerTy()) in query()
287 auto MaybeFnA = parentFunctionOfValue(ValA); in query()
310 auto MaybeA = Sets.find(InstantiatedValue{ValA, 0}); in query()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCFragment.cpp111 uint64_t ValA; in getSymbolOffsetImpl() local
112 if (!getLabelOffset(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl()
114 Offset += ValA; in getSymbolOffsetImpl()
/external/llvm-project/llvm/lib/MC/
DMCFragment.cpp130 uint64_t ValA; in getSymbolOffsetImpl() local
131 if (!getLabelOffset(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl()
133 Offset += ValA; in getSymbolOffsetImpl()
/external/llvm/lib/MC/
DMCFragment.cpp111 uint64_t ValA; in getSymbolOffsetImpl() local
112 if (!getLabelOffset(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl()
114 Offset += ValA; in getSymbolOffsetImpl()
/external/llvm/unittests/ADT/
DAPIntTest.cpp791 APInt ValA(65, -1ULL); in TEST() local
794 ValC = ValA * ValB; in TEST()
795 ValA *= ValB; in TEST()
796 EXPECT_EQ(ValA.toString(10, false), ValC.toString(10, false)); in TEST()
830 APInt ValA(8, 0x01); in TEST() local
831 EXPECT_EQ(ValA, APInt::getSplat(8, ValA)); in TEST()
832 EXPECT_EQ(APInt(64, 0x0101010101010101ULL), APInt::getSplat(64, ValA)); in TEST()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp426 Value *ValA = OpA->getOperand(0); in lookThroughComplexAddresses() local
428 if (!OpB || ValA->getType() != OpB->getType()) in lookThroughComplexAddresses()
463 OpA = dyn_cast<Instruction>(ValA); in lookThroughComplexAddresses()
502 unsigned BitWidth = ValA->getType()->getScalarSizeInBits(); in lookThroughComplexAddresses()
509 OpA = dyn_cast<Instruction>(ValA); in lookThroughComplexAddresses()
521 const SCEV *OffsetSCEVA = SE.getSCEV(ValA); in lookThroughComplexAddresses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp443 Value *ValA = OpA->getOperand(0); in lookThroughComplexAddresses() local
445 if (!OpB || ValA->getType() != OpB->getType()) in lookThroughComplexAddresses()
461 unsigned BitWidth = ValA->getType()->getScalarSizeInBits(); in lookThroughComplexAddresses()
468 OpA = dyn_cast<Instruction>(ValA); in lookThroughComplexAddresses()
480 const SCEV *OffsetSCEVA = SE.getSCEV(ValA); in lookThroughComplexAddresses()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp1317 const Value *ValA = MMOa->getValue(); in mayAlias() local
1319 bool SameVal = (ValA && ValB && (ValA == ValB)); in mayAlias()
1325 if (PSVb && ValA && !PSVb->mayAlias(&MFI)) in mayAlias()
1342 if (!ValA || !ValB) in mayAlias()
1354 AA->alias(MemoryLocation(ValA, OverlapA, in mayAlias()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1238 const Value *ValA = MMOa->getValue(); in mayAlias() local
1240 bool SameVal = (ValA && ValB && (ValA == ValB)); in mayAlias()
1246 if (PSVb && ValA && !PSVb->mayAlias(&MFI)) in mayAlias()
1263 if (!ValA || !ValB) in mayAlias()
1275 MemoryLocation(ValA, OverlapA, in mayAlias()
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp1459 APInt ValA(65, -1ULL); in TEST() local
1462 ValC = ValA * ValB; in TEST()
1463 ValA *= ValB; in TEST()
1464 EXPECT_EQ(ValA.toString(10, false), ValC.toString(10, false)); in TEST()
1548 APInt ValA(8, 0x01); in TEST() local
1549 EXPECT_EQ(ValA, APInt::getSplat(8, ValA)); in TEST()
1550 EXPECT_EQ(APInt(64, 0x0101010101010101ULL), APInt::getSplat(64, ValA)); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DSVEInstrFormats.td218 class SVEExactFPImm<string Suffix, string ValA, string ValB> : AsmOperandClass {
222 let PredicateMethod = "isExactFPImm<" # ValA # ", " # ValB # ">";
223 let RenderMethod = "addExactFPImmOperands<" # ValA # ", " # ValB # ">";
226 class SVEExactFPImmOperand<string Suffix, string ValA, string ValB> : Operand<i32> {
227 let PrintMethod = "printExactFPImm<" # ValA # ", " # ValB # ">";
228 let ParserMatchClass = SVEExactFPImm<Suffix, ValA, ValB>;
/external/llvm-project/llvm/lib/Target/AArch64/
DSVEInstrFormats.td224 class SVEExactFPImm<string Suffix, string ValA, string ValB> : AsmOperandClass {
228 let PredicateMethod = "isExactFPImm<" # ValA # ", " # ValB # ">";
229 let RenderMethod = "addExactFPImmOperands<" # ValA # ", " # ValB # ">";
232 class SVEExactFPImmOperand<string Suffix, string ValA, string ValB> : Operand<i32> {
233 let PrintMethod = "printExactFPImm<" # ValA # ", " # ValB # ">";
234 let ParserMatchClass = SVEExactFPImm<Suffix, ValA, ValB>;