Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1053 bool requiresImmediateConstant() const { in requiresImmediateConstant() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp403 if (Info.requiresImmediateConstant() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2201 if (Info.requiresImmediateConstant()) { in EmitAsmInput()