Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp555 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed, in printFrameIndex()
636 bool IsFixed, StringRef Name) { in printStackObjectReference()
883 bool IsFixed = false; in print() local
1213 bool IsFixed = true; in print() local
H A DMIRPrinter.cpp80 bool IsFixed; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp133 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp97 bool IsFixed = ArgNum < NumFixedArgs; in computeInfo() local
349 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType()
H A DLoongArch.cpp297 ABIArgInfo LoongArchABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp
H A DX86FrameLowering.cpp2604 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp367 bool IsFixed = Info.OrigArgs.empty() ? true : Info.OrigArgs.back().IsFixed; in lowerCall() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h52 bool IsFixed; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h239 bool IsFixed = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5075 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
5390 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
5600 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
5790 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2642 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReferenceFromSP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4719 CCState &State, bool IsFixed, bool IsRet, in CC_LoongArch()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4848 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16712 QualType EnumUnderlyingTy, bool IsFixed, in CheckEnumRedeclaration()
17087 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11776 const bool IsFixed = VT.isFixedLengthVector(); in lowerLogicVPOp() local
18993 ISD::ArgFlagsTy ArgFlags, CCState &State, bool IsFixed, in CC_RISCV()
19482 bool IsFixed, bool IsRet, Type *OrigTy, in CC_RISCV_FastCC()