/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 555 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 D | MIRPrinter.cpp | 80 bool IsFixed; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 133 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand()
|
/freebsd/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()
|
H A D | LoongArch.cpp | 297 ABIArgInfo LoongArchABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallLowering.cpp |
|
H A D | X86FrameLowering.cpp | 2604 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86CallLowering.cpp | 367 bool IsFixed = Info.OrigArgs.empty() ? true : Info.OrigArgs.back().IsFixed; in lowerCall() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 52 bool IsFixed; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 239 bool IsFixed = false; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5075 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 D | AArch64FrameLowering.cpp | 2642 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReferenceFromSP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 4719 CCState &State, bool IsFixed, bool IsRet, in CC_LoongArch()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4848 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 16712 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 D | RISCVISelLowering.cpp | 11776 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()
|