/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 537 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed, in printFrameIndex() 618 bool IsFixed, StringRef Name) { in printStackObjectReference() 865 bool IsFixed = false; in print() local 1202 bool IsFixed = true; in print() local
|
H A D | MIRPrinter.cpp | 78 bool IsFixed; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 133 void MipsCCState::PreAnalyzeCallOperand(const Type *ArgTy, bool IsFixed, in PreAnalyzeCallOperand()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86CallLowering.cpp | 353 bool IsFixed = Info.OrigArgs.empty() ? true : Info.OrigArgs.back().IsFixed; in lowerCall() local
|
H A D | X86FrameLowering.cpp | 2466 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 52 bool IsFixed; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 239 bool IsFixed = false; member
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4651 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local 5026 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local 5261 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local 5486 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 1891 CCState &State, bool IsFixed, bool IsRet, in CC_LoongArch()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 11051 bool IsFixed = ArgNum < NumFixedArgs; in computeInfo() local 11264 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType() 12022 ABIArgInfo LoongArchABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 7244 const bool IsFixed = VT.isFixedLengthVector(); in lowerLogicVPOp() local 11988 ISD::ArgFlagsTy ArgFlags, CCState &State, bool IsFixed, in CC_RISCV() 12442 bool IsFixed, bool IsRet, Type *OrigTy, in CC_RISCV_FastCC()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Decl.cpp | 4558 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 16336 QualType EnumUnderlyingTy, bool IsFixed, in CheckEnumRedeclaration() 16681 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 2050 bool IsFixed = false; member in __anon2f43fbf31911::AAReturnedValuesImpl
|