Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 123) sorted by relevance

12345

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGRecordLayoutBuilder.cpp83 CodeGenTypes &Types; member in __anonf6f9cbcf0111::CGRecordLayoutBuilder
192 CGRecordLayoutBuilder(CodeGenTypes &Types) in CGRecordLayoutBuilder() argument
195 Packed(false), Types(Types) { } in CGRecordLayoutBuilder()
204 const ASTRecordLayout &Layout = Types.getContext().getASTRecordLayout(D); in Layout()
229 CGBitFieldInfo CGBitFieldInfo::MakeInfo(CodeGenTypes &Types, in MakeInfo() argument
234 llvm::Type *Ty = Types.ConvertTypeForMem(FD->getType()); in MakeInfo()
236 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(Ty)); in MakeInfo()
237 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
258 if (Types.getDataLayout().isBigEndian()) { in MakeInfo()
272 uint64_t NextFieldOffsetInBits = Types.getContext().toBits(NextFieldOffset); in LayoutBitfields()
[all …]
HDCGCUDANV.cpp48 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in CGNVCUDARuntime() local
51 IntTy = Types.ConvertType(Ctx.IntTy); in CGNVCUDARuntime()
52 SizeTy = Types.ConvertType(Ctx.getSizeType()); in CGNVCUDARuntime()
54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy)); in CGNVCUDARuntime()
55 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
HDCGExprConstant.cpp615 SmallVector<llvm::Type*, 2> Types; in VisitCastExpr() local
617 Types.push_back(C->getType()); in VisitCastExpr()
628 Types.push_back(Ty); in VisitCastExpr()
632 llvm::StructType::get(C->getType()->getContext(), Types, false); in VisitCastExpr()
762 std::vector<llvm::Type*> Types; in EmitArrayInitialization() local
763 Types.reserve(NumInitableElts + NumElements); in EmitArrayInitialization()
765 Types.push_back(Elts[i]->getType()); in EmitArrayInitialization()
767 Types, true); in EmitArrayInitialization()
1192 std::vector<llvm::Type*> Types; in EmitConstantValue() local
1193 Types.reserve(NumElements); in EmitConstantValue()
[all …]
/trueos/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.h302 SmallVector<EEVT::TypeSet, 1> Types; variable
329 Types.resize(NumResults); in TreePatternNode()
333 Types.resize(NumResults); in TreePatternNode()
344 unsigned getNumTypes() const { return Types.size(); } in getNumTypes()
346 return Types[ResNo].getConcrete(); in getType()
348 const SmallVectorImpl<EEVT::TypeSet> &getExtTypes() const { return Types; } in getExtTypes()
349 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; } in getExtType()
350 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType()
351 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType()
354 return Types[ResNo].isConcrete(); in hasTypeSet()
[all …]
/trueos/contrib/llvm/lib/Target/R600/
HDSITypeRewriter.cpp104 SmallVector <Type*, 8> Types; in visitCallInst() local
112 Types.push_back(i128); in visitCallInst()
124 Types.push_back(ElementTy); in visitCallInst()
130 Types.push_back(Arg->getType()); in visitCallInst()
139 …NewF = Function::Create(FunctionType::get(F->getReturnType(), Types, false), GlobalValue::External… in visitCallInst()
HDAMDILInstrInfo.td22 // Generic Profile Types
36 // Flow Control Profile Types
/trueos/sys/contrib/dev/acpica/components/utilities/
HDutpredef.c425 UINT16 Types) in AcpiUtGetResourceBitWidth() argument
438 if (Types & 1) in AcpiUtGetResourceBitWidth()
445 Types >>= 1; in AcpiUtGetResourceBitWidth()
/trueos/sys/contrib/dev/acpica/components/debugger/
HDdbexec.c180 Status = AcpiDbConvertToObject (Info->Types[i], in AcpiDbExecuteMethod()
410 ACPI_OBJECT_TYPE *Types, in AcpiDbExecute() argument
448 AcpiGbl_DbMethodInfo.Types = Types; in AcpiDbExecute()
582 LocalInfo.Types = LocalInfo.ArgTypes; in AcpiDbMethodThread()
752 AcpiGbl_DbMethodInfo.Types = AcpiGbl_DbMethodInfo.ArgTypes; in AcpiDbCreateExecutionThreads()
/trueos/usr.sbin/pc-sysinstall/examples/
HDpcinstall.cfg.zfs26 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
39 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
HDpcinstall.cfg.rsync16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
HDpcinstall.cfg.geli27 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
HDpcinstall.cfg.gmirror18 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
/trueos/contrib/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h46 TypeList Types; variable
131 const TypeList &getTypes() const { return Types; } in getTypes()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp744 if (size_reserve > 0) Types.reserve(size_reserve); in ASTContext()
803 llvm::errs() << " " << Types.size() << " types total.\n"; in PrintStats()
812 for (unsigned i = 0, e = Types.size(); i != e; ++i) { in PrintStats()
813 Type *T = Types[i]; in PrintStats()
905 Types.push_back(Ty); in InitBuiltinType()
2133 Types.push_back(New); in getComplexType()
2161 Types.push_back(New); in getPointerType()
2200 Types.push_back(New); in getDecayedType()
2232 Types.push_back(New); in getBlockPointerType()
2272 Types.push_back(New); in getLValueReferenceType()
[all …]
/trueos/sys/dev/mps/
HDmps_ioctl.h213 uint32_t Types[4]; member
218 uint32_t Types[4]; member
/trueos/sys/dev/mpr/
HDmpr_ioctl.h212 uint32_t Types[4]; member
217 uint32_t Types[4]; member
/trueos/lib/clang/libclangdriver/
HDMakefile20 Types.cpp \
/trueos/contrib/libc++/include/
Dcsetjmp24 Types:
Dcstdarg27 Types:
Dcsignal32 Types:
Dctime25 Types:
Dcfenv36 Types:
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDTypeList.h60 Types () in Types() function
/trueos/contrib/gdb/gdb/doc/
HDstabs.texinfo69 * Types:: Type definitions
72 * Stab Types:: Symbol types in a.out files
79 * Symbol Types Index:: Index of symbolic stab symbol type names.
186 @var{value} fields present in the stab. @xref{Stab Types}, for a list
238 For a full description of types, @ref{Types}.
1291 @node Types
1292 @chapter Defining Types
1300 * Builtin Types:: Integers, floating point, void, etc.
1301 * Miscellaneous Types:: Pointers, sets, files, etc.
1310 * Function Types::
[all …]
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDBuiltinTypes.def56 //===- Builtin Types ------------------------------------------------------===//
61 //===- Unsigned Types -----------------------------------------------------===//
96 //===- Signed Types -------------------------------------------------------===//

12345