Home
last modified time | relevance | path

Searched defs:IsPow2 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrcommon.h305 static inline UINT_32 IsPow2( in IsPow2() function
320 static inline UINT_64 IsPow2( in IsPow2() function
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp1104 bool IsPow2 = !getContext().getAsmInfo().getAlignmentIsInBytes(); in ParseStatement() local
1108 bool IsPow2 = !getContext().getAsmInfo().getAlignmentIsInBytes(); in ParseStatement() local
1943 bool AsmParser::ParseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in ParseDirectiveAlign()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1665 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local
1669 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local
2912 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1927 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local
1931 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement() local
3189 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign()