| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCCCState.h | 43 BitVector IsFixed; 53 IsFixed.resize(Ins.size(), true); in AnalyzeFormalArguments() 60 IsFixed.resize(Outs.size(), false); in AnalyzeCallOperands() 62 if (Outs[ValNo].IsFixed) in AnalyzeCallOperands() 63 IsFixed.set(ValNo); in AnalyzeCallOperands() 68 bool isFixed(unsigned ValNo) const { return IsFixed.test(ValNo); } in isFixed()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MIRYamlMapping.cpp | 23 IsFixed = MFI.isFixedObjectIndex(FI); in FrameIndex() 24 if (IsFixed) in FrameIndex() 32 if (IsFixed) { in getFI()
|
| H A D | MachineOperand.cpp | 537 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed, in printFrameIndex() argument 541 IsFixed = MFI->isFixedObjectIndex(FrameIndex); in printFrameIndex() 545 if (IsFixed) in printFrameIndex() 548 MachineOperand::printStackObjectReference(OS, FrameIndex, IsFixed, Name); in printFrameIndex() 618 bool IsFixed, StringRef Name) { in printStackObjectReference() argument 619 if (IsFixed) { in printStackObjectReference() 865 bool IsFixed = false; in print() local 869 printFrameIndex(OS, FrameIndex, IsFixed, MFI); in print() 1202 bool IsFixed = true; in print() local 1203 printFrameIndex(OS, FrameIndex, IsFixed, MFI); in print()
|
| H A D | MIRPrinter.cpp | 78 bool IsFixed; member 80 FrameIndexOperand(StringRef Name, unsigned ID, bool IsFixed) in FrameIndexOperand() 81 : Name(Name.str()), ID(ID), IsFixed(IsFixed) {} in FrameIndexOperand() 872 MachineOperand::printStackObjectReference(OS, Operand.ID, Operand.IsFixed, in printStackObjectReference()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 52 bool IsFixed; member 56 bool IsFixed = true) 57 : Ty(Ty), Flags(Flags.begin(), Flags.end()), IsFixed(IsFixed) {} in Ty() 59 BaseArgInfo() : Ty(nullptr), IsFixed(false) {} in BaseArgInfo() 83 bool IsFixed = true, const Value *OrigValue = nullptr) 84 : BaseArgInfo(Ty, Flags, IsFixed), Regs(Regs.begin(), Regs.end()), in BaseArgInfo() 96 bool IsFixed = true) 97 : ArgInfo(Regs, OrigValue.getType(), OrigIndex, Flags, IsFixed, &OrigValue) {}
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.cpp | 133 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand() argument 138 CallOperandIsFixed.push_back(IsFixed); in PreAnalyzeCallOperand() 153 CallOperandIsFixed.push_back(Outs[i].IsFixed); in PreAnalyzeCallOperands()
|
| H A D | MipsCCState.h | 39 void PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, const char *Func);
|
| H A D | MipsCallLowering.cpp | 50 State.PreAnalyzeCallOperand(Info.Ty, Info.IsFixed, Func); in assignArg()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 239 bool IsFixed = false; member 252 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx), in OutputArg()
|
| H A D | MIRYamlMapping.h | 393 bool IsFixed; 404 MachineOperand::printStackObjectReference(OS, FI.FI, FI.IsFixed, ""); 408 FI.IsFixed = false; 414 FI.IsFixed = true;
|
| H A D | MachineOperand.h | 271 bool IsFixed, StringRef Name);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 78 if (!Info.IsFixed) in assignArg() 353 bool IsFixed = Info.OrigArgs.empty() ? true : Info.OrigArgs.back().IsFixed; in lowerCall() local 354 if (STI.is64Bit() && !IsFixed && !STI.isCallingConvWin64(Info.CallConv)) { in lowerCall()
|
| H A D | X86FrameLowering.cpp | 2466 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local 2471 FrameReg = IsFixed ? TRI->getFramePtr() : TRI->getBaseRegister(); in getFrameIndexReference() 2473 FrameReg = IsFixed ? TRI->getFramePtr() : TRI->getStackRegister(); in getFrameIndexReference()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.h | 70 ArgIsFixed.push_back(Outs[i].IsFixed); in AnalyzeCallOperands() 85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
|
| H A D | SystemZCallingConv.td | 21 : CCIf<"static_cast<SystemZCCState *>(&State)->IsFixed(ValNo)", A>; 25 : CCIf<"!(static_cast<SystemZCCState *>(&State)->IsFixed(ValNo))", A>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 4651 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local 4657 if (IsFixed) in visitCallBase() 4703 if (IsFixed) in visitCallBase() 4716 if (IsFixed) in visitCallBase() 5026 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local 5045 if (IsFixed) in visitCallBase() 5055 if (IsFixed) in visitCallBase() 5261 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local 5271 if (!IsFixed) { in visitCallBase() 5308 if (!IsFixed) { in visitCallBase() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 190 bool IsFixed, bool IsReg, Type *OrigTy);
|
| H A D | LoongArchISelLowering.cpp | 1891 CCState &State, bool IsFixed, bool IsRet, in CC_LoongArch() argument 1917 UseGPRForFloat = !IsFixed; in CC_LoongArch() 1943 if (!IsFixed && ArgFlags.getNonZeroOrigAlign() == TwoGRLenInBytes && in CC_LoongArch() 2068 CCInfo, Outs[i].IsFixed, IsRet, OrigTy)) { in analyzeOutputArgs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 119 if (Info.IsFixed && !UseVarArgsCCForFixed) { in assignArg() 305 if (!Arg.IsFixed) in assignValueToAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 268 OrigArg.IsFixed, OrigArg.OrigValue); in splitToValueTypes() 280 OrigArg.Flags[0], OrigArg.IsFixed); in splitToValueTypes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 633 bool IsFixed, bool IsRet, Type *OrigTy,
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 11003 ABIArgInfo classifyArgumentType(QualType Ty, bool IsFixed, int &ArgGPRsLeft, 11051 bool IsFixed = ArgNum < NumFixedArgs; in computeInfo() local 11053 classifyArgumentType(ArgInfo.type, IsFixed, ArgGPRsLeft, ArgFPRsLeft); in computeInfo() 11264 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType() argument 11286 if (IsFixed && Ty->isFloatingType() && !Ty->isComplexType() && in classifyArgumentType() 11294 if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) { in classifyArgumentType() 11302 if (IsFixed && FLen && Ty->isStructureOrClassType()) { in classifyArgumentType() 11326 if (!IsFixed && NeededAlign == 2 * XLen) in classifyArgumentType() 11778 ABIArgInfo classifyArgumentType(QualType Ty, bool IsFixed, int &GARsLeft, 12022 ABIArgInfo LoongArchABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType() argument [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Decl.h | 3789 void setFixed(bool Fixed = true) { EnumDeclBits.IsFixed = Fixed; } 3829 bool IsFixed); 3932 bool isFixed() const { return EnumDeclBits.IsFixed; } in isFixed()
|
| H A D | DeclBase.h | 1519 uint64_t IsFixed : 1;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1081 NumFixedArgs += Out.IsFixed; in LowerCall() 1274 assert(Out.IsFixed && "non-fixed return value is not valid"); in LowerReturn()
|