Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1138 bool requiresImmediateConstant() const { in requiresImmediateConstant() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmtAsm.cpp411 if (Info.requiresImmediateConstant() && !Info.allowsRegister()) { in ActOnGCCAsmStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp2408 if (Info.requiresImmediateConstant()) { in EmitAsmInput()