Searched refs:DType (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h1013 * \param DType The DIType.
1018 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length);
1022 * \param DType The DIType.
1026 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType);
1030 * \param DType The DIType.
1034 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType);
1038 * \param DType The DIType.
1042 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType);
1046 * \param DType The DIType.
1050 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType);
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp458 StringRef DType; local
459 if (DToken.endswith(DType="-error"))
461 else if (DToken.endswith(DType="-warning"))
463 else if (DToken.endswith(DType="-remark"))
465 else if (DToken.endswith(DType="-note"))
467 else if (DToken.endswith(DType="-no-diagnostics")) {
474 DToken = DToken.substr(0, DToken.size()-DType.size());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1234 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length) { argument
1235 StringRef Str = unwrap<DIType>(DType)->getName();
1240 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { argument
1241 return unwrapDI<DIType>(DType)->getSizeInBits();
1244 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { argument
1245 return unwrapDI<DIType>(DType)->getOffsetInBits();
1248 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { argument
1249 return unwrapDI<DIType>(DType)->getAlignInBits();
1252 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { argument
1253 return unwrapDI<DIType>(DType)
1256 LLVMDITypeGetFlags(LLVMMetadataRef DType) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp395 uint64_t DType = TII->get(Opcode).TSFlags & AArch64::DestructiveInstTypeMask; local
402 if (DType == AArch64::DestructiveBinary)
407 switch (DType) {
430 switch (DType) {
514 switch (DType) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1288 for (auto &DType : Fixup.second.second) {
1289 DType->setPointeeType(StructTypeId);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp15928 // Intrinsic::nvvm_wmma_m16n16k16_mma_sync<layout A,B><DType><CType><Satf>
16002 llvm::Type *DType = Dst.getElementType();
16005 Builder.CreateBitCast(Builder.CreateExtractValue(Result, i), DType),

Completed in 170 milliseconds