Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineOperand.cpp502 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed, in printFrameIndex()
583 bool IsFixed, StringRef Name) { in printStackObjectReference()
829 bool IsFixed = false; in print() local
1150 bool IsFixed = true; in print() local
DMIRPrinter.cpp92 bool IsFixed; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsCCState.cpp133 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86CallLowering.cpp334 bool IsFixed = Info.OrigArgs.empty() ? true : Info.OrigArgs.back().IsFixed; in lowerCall() local
DX86FrameLowering.cpp2214 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCallLowering.h51 bool IsFixed; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetCallingConv.h239 bool IsFixed = false; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp4218 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
4598 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
4839 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
5067 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp7073 ISD::ArgFlagsTy ArgFlags, CCState &State, bool IsFixed, in CC_RISCV()
7495 bool IsFixed, bool IsRet, Type *OrigTy, in CC_RISCV_FastCC()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp4380 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp10583 bool IsFixed = ArgNum < NumFixedArgs; in computeInfo() local
10783 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp15260 QualType EnumUnderlyingTy, bool IsFixed, in CheckEnumRedeclaration()
15606 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp1520 bool IsFixed = false; member in AAReturnedValuesImpl