Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1099 bool requiresImmediateConstant() const { in requiresImmediateConstant() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp411 if (Info.requiresImmediateConstant() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2230 if (Info.requiresImmediateConstant()) { in EmitAsmInput()