/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; print() local 1213 bool IsFixed = true; print() local [all...] |
H A D | MIRPrinter.cpp | 80 bool IsFixed; member
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 133 PreAnalyzeCallOperand(const Type * ArgTy,bool IsFixed,const char * Func) PreAnalyzeCallOperand() argument
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | RISCV.cpp | 97 bool IsFixed = ArgNum < NumFixedArgs; computeInfo() local 349 classifyArgumentType(QualType Ty,bool IsFixed,int & ArgGPRsLeft,int & ArgFPRsLeft) const classifyArgumentType() argument
|
H A D | LoongArch.cpp | 297 ABIArgInfo LoongArchABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
|
/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86CallLowering.cpp | 367 if (STI.is64Bit() && !IsFixed && !STI.isCallingConvWin64(Info.CallConv)) { in lowerCall() local
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 52 bool IsFixed; member
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 239 bool IsFixed = false; global() member
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4995 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); visitCallBase() local 5310 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); visitCallBase() local 5520 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); visitCallBase() local 5710 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); visitCallBase() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2607 bool IsFixed = MFI.isFixedObjectIndex(FI); getFrameIndexReference() local
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 3633 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
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4844 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,EnumDecl * PrevDecl,bool IsScoped,bool IsScopedUsingClassTag,bool IsFixed) Create() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 16666 CheckEnumRedeclaration(SourceLocation EnumLoc,bool IsScoped,QualType EnumUnderlyingTy,bool IsFixed,const EnumDecl * Prev) CheckEnumRedeclaration() argument 17041 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; ActOnTag() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 11745 const bool IsFixed = VT.isFixedLengthVector(); lowerLogicVPOp() local 18931 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,RVVArgDispatcher & RVVDispatcher) CC_RISCV() argument 19420 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,RVVArgDispatcher & RVVDispatcher) CC_RISCV_FastCC() argument
|