Searched defs:IsFixed (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 502 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 D | MIRPrinter.cpp | 91 bool IsFixed; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 85 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86CallLowering.cpp | 335 bool IsFixed = Info.OrigArgs.empty() ? true : Info.OrigArgs.back().IsFixed; in lowerCall() local
|
H A D | X86FrameLowering.cpp | 2198 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 51 bool IsFixed; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 239 bool IsFixed = false; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4196 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 D | Decl.cpp | 4387 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 10537 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 D | SemaDecl.cpp | 15204 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 D | RISCVISelLowering.cpp | 6675 ISD::ArgFlagsTy ArgFlags, CCState &State, bool IsFixed, in CC_RISCV()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 832 bool IsFixed = false; member in __anon811b40a70111::AAReturnedValuesImpl
|