Home
last modified time | relevance | path

Searched refs:requiresImmediateConstant (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h991 bool requiresImmediateConstant() const { in requiresImmediateConstant() function
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp396 } else if (Info.requiresImmediateConstant() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2088 if (Info.requiresImmediateConstant()) { in EmitAsmInput()