Home
last modified time | relevance | path

Searched defs:BaseAlignment (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1803 unsigned BaseAlignment = Size; in parseMachineMemoryOperand() local
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp3074 unsigned BaseAlignment = (Size != MemoryLocation::UnknownSize ? Size : 1); in parseMachineMemoryOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp3022 unsigned BaseAlignment = (Size != MemoryLocation::UnknownSize ? Size : 1); in parseMachineMemoryOperand() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp8975 CharUnits BaseAlignment = getBaseAlignment(Info, OffsetResult); in VisitBuiltinCallExpr() local
9012 CharUnits BaseAlignment = getBaseAlignment(Info, Result); in VisitBuiltinCallExpr() local
11513 CharUnits BaseAlignment = getBaseAlignment(Info, Ptr); in VisitBuiltinCallExpr() local
/external/clang/lib/AST/
DExprConstant.cpp5272 CharUnits BaseAlignment; in VisitCallExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp13937 CharUnits BaseAlignment, CharUnits Offset, in getDerivedToBaseAlignmentAndOffset()