Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp564 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed, in printFrameIndex()
645 bool IsFixed, StringRef Name) { in printStackObjectReference()
895 bool IsFixed = false; in print() local
1233 bool IsFixed = true; in print() local
H A DMIRPrinter.cpp79 bool IsFixed; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp131 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.cpp327 CCState &State, bool IsFixed, bool IsRet, Type *OrigTy) { in CC_RISCV()
624 bool IsFixed, bool IsRet, Type *OrigTy) { in CC_RISCV_FastCC()
H A DRISCVISelLowering.cpp13621 const bool IsFixed = VT.isFixedLengthVector(); in lowerLogicVPOp() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp168 bool IsFixed = ArgNum < NumFixedArgs; in computeInfo() local
588 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType()
H A DLoongArch.cpp296 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.cpp2666 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp366 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.h53 bool IsFixed; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h243 bool IsFixed = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp6556 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
6783 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
6993 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
7123 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
7368 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
7586 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
7697 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2887 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReferenceFromSP() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4959 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp17201 QualType EnumUnderlyingTy, bool IsFixed, in CheckEnumRedeclaration()
17576 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6697 CCState &State, bool IsFixed, bool IsRet, in CC_LoongArch()