Home
last modified time | relevance | path

Searched refs:DType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h1046 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length);
1054 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType);
1062 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType);
1070 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType);
1078 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType);
1086 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h240 DType, enumerator
360 case OpenACCClauseKind::DType:
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp456 StringRef DType; in ParseDirective() local
457 if (DToken.ends_with(DType = "-error")) in ParseDirective()
459 else if (DToken.ends_with(DType = "-warning")) in ParseDirective()
461 else if (DToken.ends_with(DType = "-remark")) in ParseDirective()
463 else if (DToken.ends_with(DType = "-note")) in ParseDirective()
465 else if (DToken.ends_with(DType = "-no-diagnostics")) { in ParseDirective()
471 DToken = DToken.substr(0, DToken.size()-DType.size()); in ParseDirective()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp117 auto *DType = in attachDebugInfo() local
123 /*LineNo=*/0, DType, /*IsLocalToUnit=*/true, /*IsDefined=*/true); in attachDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1543 StringRef Str = unwrapDI<DIType>(DType)->getName(); in LLVMDITypeGetName()
1548 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { in LLVMDITypeGetSizeInBits() argument
1549 return unwrapDI<DIType>(DType)->getSizeInBits(); in LLVMDITypeGetSizeInBits()
1552 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { in LLVMDITypeGetOffsetInBits() argument
1553 return unwrapDI<DIType>(DType)->getOffsetInBits(); in LLVMDITypeGetOffsetInBits()
1556 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { in LLVMDITypeGetAlignInBits() argument
1557 return unwrapDI<DIType>(DType)->getAlignInBits(); in LLVMDITypeGetAlignInBits()
1560 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { in LLVMDITypeGetLine() argument
1561 return unwrapDI<DIType>(DType)->getLine(); in LLVMDITypeGetLine()
1564 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType) { in LLVMDITypeGetFlags() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp481 uint64_t DType = TII->get(Opcode).TSFlags & AArch64::DestructiveInstTypeMask; in expand_DestructiveOp() local
489 switch (DType) { in expand_DestructiveOp()
526 switch (DType) { in expand_DestructiveOp()
595 assert((DOPRegIsUnique || DType == AArch64::DestructiveBinary || in expand_DestructiveOp()
596 DType == AArch64::DestructiveBinaryComm || in expand_DestructiveOp()
597 DType == AArch64::DestructiveBinaryCommWithRev) && in expand_DestructiveOp()
614 if ((DType == AArch64::DestructiveBinary || in expand_DestructiveOp()
615 DType == AArch64::DestructiveBinaryComm || in expand_DestructiveOp()
616 DType == AArch64::DestructiveBinaryCommWithRev) && in expand_DestructiveOp()
638 switch (DType) { in expand_DestructiveOp()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp109 .Case("dtype", OpenACCClauseKind::DType) in getOpenACCClauseKind()
494 case OpenACCClauseKind::DType: in getClauseParensKind()
748 case OpenACCClauseKind::DType: in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1298 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation() local
1299 if (!LType && !SType && !DType) { in ParseOperation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp19886 llvm::Type *DType = Dst.getElementType(); in EmitNVPTXBuiltinExpr() local
19889 Builder.CreateBitCast(Builder.CreateExtractValue(Result, i), DType), in EmitNVPTXBuiltinExpr()