Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h79 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.h79 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp494 static void printFrameIndex(raw_ostream& OS, int FrameIndex, bool IsFixed, in printFrameIndex()
575 bool IsFixed, StringRef Name) { in printStackObjectReference()
797 bool IsFixed = false; in print() local
1103 bool IsFixed = true; in print() local
DMIRPrinter.cpp87 bool IsFixed; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DCallLowering.h48 bool IsFixed; member
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp74 const bool IsFixed = true; in EnterSubBlock() local
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.h128 bool IsFixed; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallLowering.cpp416 bool IsFixed = OrigArgs.empty() ? true : OrigArgs.back().IsFixed; in lowerCall() local
DX86FrameLowering.cpp1746 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h181 bool IsFixed = false; member
/external/llvm/include/llvm/Target/
DTargetCallingConv.h189 bool IsFixed; member
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp47 bool IsFixed; member
/external/v8/src/compiler/
Dregister-allocator.h480 bool IsFixed() const { return vreg_ < 0; } in IsFixed() function
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2904 bool IsFixed = ArgNo < CS.getFunctionType()->getNumParams(); in visitCallSite() local
3199 bool IsFixed = ArgNo < CS.getFunctionType()->getNumParams(); in visitCallSite() local
3425 bool IsFixed = ArgNo < CS.getFunctionType()->getNumParams(); in visitCallSite() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3296 bool IsFixed = ArgNo < CS.getFunctionType()->getNumParams(); in visitCallSite() local
3608 bool IsFixed = ArgNo < CS.getFunctionType()->getNumParams(); in visitCallSite() local
3841 bool IsFixed = ArgNo < CS.getFunctionType()->getNumParams(); in visitCallSite() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp698 CCState &State, bool IsFixed, bool IsRet, Type *OrigTy) { in CC_RISCV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp507 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsFixed) { in createEnumerationType()
/external/clang/lib/AST/
DDecl.cpp3630 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
/external/clang/include/clang/AST/
DDecl.h2772 unsigned IsFixed : 1; variable
/external/clang/lib/Sema/
DSemaDecl.cpp12010 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local