Home
last modified time | relevance | path

Searched defs:IsFixed (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp555 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 DMIRPrinter.cpp80 bool IsFixed; member
/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp133 PreAnalyzeCallOperand(const Type * ArgTy,bool IsFixed,const char * Func) PreAnalyzeCallOperand() argument
/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp97 bool IsFixed = ArgNum < NumFixedArgs; computeInfo() local
349 classifyArgumentType(QualType Ty,bool IsFixed,int & ArgGPRsLeft,int & ArgFPRsLeft) const classifyArgumentType() argument
H A DLoongArch.cpp297 ABIArgInfo LoongArchABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp367 if (STI.is64Bit() && !IsFixed && !STI.isCallingConvWin64(Info.CallConv)) { in lowerCall() local
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h52 bool IsFixed; member
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h239 bool IsFixed = false; global() member
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4995 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 DX86FrameLowering.cpp2607 bool IsFixed = MFI.isFixedObjectIndex(FI); getFrameIndexReference() local
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3633 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 DDecl.cpp4844 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 DSemaDecl.cpp16666 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 DRISCVISelLowering.cpp11745 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