/external/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.h | 79 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.h | 79 bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; } in IsFixed() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 494 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
|
D | MIRPrinter.cpp | 87 bool IsFixed; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | CallLowering.h | 48 bool IsFixed; member
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitstreamReader.cpp | 74 const bool IsFixed = true; in EnterSubBlock() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetCallingConv.h | 128 bool IsFixed; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 416 bool IsFixed = OrigArgs.empty() ? true : OrigArgs.back().IsFixed; in lowerCall() local
|
D | X86FrameLowering.cpp | 1746 bool IsFixed = MFI.isFixedObjectIndex(FI); in getFrameIndexReference() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 181 bool IsFixed = false; member
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 189 bool IsFixed; member
|
/external/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 47 bool IsFixed; member
|
/external/v8/src/compiler/ |
D | register-allocator.h | 480 bool IsFixed() const { return vreg_ < 0; } in IsFixed() function
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2904 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/ |
D | MemorySanitizer.cpp | 3296 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/ |
D | RISCVISelLowering.cpp | 698 CCState &State, bool IsFixed, bool IsRet, Type *OrigTy) { in CC_RISCV()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 507 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsFixed) { in createEnumerationType()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 3630 bool IsScopedUsingClassTag, bool IsFixed) { in Create()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2772 unsigned IsFixed : 1; variable
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 12010 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local
|