Searched refs:Decomposed (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 347 DecomposedGEP &Decomposed, const DataLayout &DL, AssumptionCache *AC, in DecomposeGEPExpression() argument 353 Decomposed.StructOffset = 0; in DecomposeGEPExpression() 354 Decomposed.OtherOffset = 0; in DecomposeGEPExpression() 355 Decomposed.VarIndices.clear(); in DecomposeGEPExpression() 367 Decomposed.Base = V; in DecomposeGEPExpression() 398 Decomposed.Base = V; in DecomposeGEPExpression() 404 Decomposed.Base = V; in DecomposeGEPExpression() 422 Decomposed.StructOffset += in DecomposeGEPExpression() 431 Decomposed.OtherOffset += in DecomposeGEPExpression() 453 Decomposed.OtherOffset += IndexOffset.getSExtValue() * Scale; in DecomposeGEPExpression() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 407 DecomposedGEP &Decomposed, const DataLayout &DL, AssumptionCache *AC, in DecomposeGEPExpression() argument 413 Decomposed.StructOffset = 0; in DecomposeGEPExpression() 414 Decomposed.OtherOffset = 0; in DecomposeGEPExpression() 415 Decomposed.VarIndices.clear(); in DecomposeGEPExpression() 427 Decomposed.Base = V; in DecomposeGEPExpression() 468 Decomposed.Base = V; in DecomposeGEPExpression() 474 Decomposed.Base = V; in DecomposeGEPExpression() 494 Decomposed.StructOffset += in DecomposeGEPExpression() 503 Decomposed.OtherOffset += in DecomposeGEPExpression() 534 Decomposed.OtherOffset += IndexOffset.getSExtValue() * Scale; in DecomposeGEPExpression() [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | InterIndic_Devanagari.txt | 10 #Rules for Decomposed characters 22 #Decomposed compatibility transliterations
|
D | Devanagari_InterIndic.txt | 10 #Rules for Decomposed characters
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 33 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(Loc); in printLoc() local 34 const FileEntry *FE = SM.getFileEntryForID(Decomposed.first); in printLoc() 45 OS << '@' << Decomposed.second; in printLoc()
|
/external/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 156 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 174 static bool DecomposeGEPExpression(const Value *V, DecomposedGEP &Decomposed,
|
/external/freetype/docs/ |
D | raster.txt | 481 Q3 Decomposed into two subarcs
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 6383 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc); in Import() local 6385 FileID ToFileID = Import(Decomposed.first); in Import() 6389 .getLocWithOffset(Decomposed.second); in Import()
|