Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp502 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed, in printFrameIndex()
583 bool IsFixed, StringRef Name) { in printStackObjectReference()
821 bool IsFixed = false; in print() local
1133 bool IsFixed = true; in print() local
H A DMIRPrinter.cpp91 bool IsFixed; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallLowering.cpp335 bool IsFixed = Info.OrigArgs.empty() ? true : Info.OrigArgs.back().IsFixed; in lowerCall() local
H A DX86FrameLowering.cpp2198 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h51 bool IsFixed; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h239 bool IsFixed = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4196 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
4576 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
4817 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
5045 bool IsFixed = ArgNo < CB.getFunctionType()->getNumParams(); in visitCallBase() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4387 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp10537 bool IsFixed = ArgNum < NumFixedArgs; in computeInfo() local
10737 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp15204 QualType EnumUnderlyingTy, bool IsFixed, in CheckEnumRedeclaration()
15550 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6675 ISD::ArgFlagsTy ArgFlags, CCState &State, bool IsFixed, in CC_RISCV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp832 bool IsFixed = false; member in __anon811b40a70111::AAReturnedValuesImpl