/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 555 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed, in printFrameIndex() argument 636 bool IsFixed, StringRef Name) { in printStackObjectReference() argument 883 bool IsFixed = false; in print() local 1210 bool IsFixed = true; print() local [all...] |
H A D | MIRPrinter.cpp | 78 bool IsFixed; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | RISCV.cpp | 97 bool IsFixed = ArgNum < NumFixedArgs; in computeInfo() local 349 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType() argument
|
H A D | LoongArch.cpp | 297 ABIArgInfo LoongArchABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 133 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86CallLowering.cpp | 355 bool IsFixed = Info.OrigArgs.empty() ? true : Info.OrigArgs.back().IsFixed; lowerCall() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 52 bool IsFixed; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 239 bool IsFixed = false; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4808 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); visitCallBase() local 5125 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); visitCallBase() local 5336 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); visitCallBase() local 5527 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); visitCallBase() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2549 bool IsFixed = MFI.isFixedObjectIndex(FI); getFrameIndexReference() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 3537 CC_LoongArch(const DataLayout & DL,LoongArchABI::ABI ABI,unsigned ValNo,MVT ValVT,CCValAssign::LocInfo LocInfo,ISD::ArgFlagsTy ArgFlags,CCState & State,bool IsFixed,bool IsRet,Type * OrigTy) CC_LoongArch() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4800 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,EnumDecl * PrevDecl,bool IsScoped,bool IsScopedUsingClassTag,bool IsFixed) Create() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 10971 const bool IsFixed = VT.isFixedLengthVector(); lowerLogicVPOp() local 17427 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,const RISCVTargetLowering & TLI,std::optional<unsigned> FirstMaskArgument) CC_RISCV() argument 17906 CC_RISCV_FastCC(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,const RISCVTargetLowering & TLI,std::optional<unsigned> FirstMaskArgument) CC_RISCV_FastCC() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 16936 CheckEnumRedeclaration(SourceLocation EnumLoc,bool IsScoped,QualType EnumUnderlyingTy,bool IsFixed,const EnumDecl * Prev) CheckEnumRedeclaration() argument 17285 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; ActOnTag() local
|