Searched defs:IsFixed (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4252 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool IsScoped, bool IsScopedUsingClassTag, bool IsFixed) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp9457 bool IsFixed = ArgNum < NumFixedArgs; local
9658 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14914 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; local
14571 CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, QualType EnumUnderlyingTy, bool IsFixed, const EnumDecl *Prev) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h54 bool IsFixed; member in struct:llvm::CallLowering::ArgInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h201 bool IsFixed = false; member in struct:llvm::ISD::OutputArg
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp88 bool IsFixed; member in struct:__anon1745::FrameIndexOperand
90 FrameIndexOperand(StringRef Name, unsigned ID, bool IsFixed) argument
[all...]
H A DMachineOperand.cpp490 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed, argument
809 bool IsFixed = false; local
1123 bool IsFixed = true; local
569 printStackObjectReference(raw_ostream &OS, unsigned FrameIndex, bool IsFixed, StringRef Name) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1493 CC_RISCV(const DataLayout &DL, RISCVABI::ABI ABI, unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State, bool IsFixed, bool IsRet, Type *OrigTy) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h78 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } function in class:llvm::SystemZCCState
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp955 bool IsFixed = false; member in class:__anon2570::AAReturnedValuesImpl

Completed in 325 milliseconds