Searched refs:DType (Results 1 – 7 of 7) sorted by relevance
1045 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length);1053 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType);1061 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType);1069 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType);1077 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType);1085 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType);
456 StringRef DType; in ParseDirective() local457 if (DToken.endswith(DType="-error")) in ParseDirective()459 else if (DToken.endswith(DType="-warning")) in ParseDirective()461 else if (DToken.endswith(DType="-remark")) in ParseDirective()463 else if (DToken.endswith(DType="-note")) in ParseDirective()465 else if (DToken.endswith(DType="-no-diagnostics")) { in ParseDirective()472 DToken = DToken.substr(0, DToken.size()-DType.size()); in ParseDirective()
110 auto *DType = in attachDebugInfo() local116 /*LineNo=*/0, DType, /*IsLocalToUnit=*/true, /*IsDefined=*/true); in attachDebugInfo()
1447 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length) { in LLVMDITypeGetName() argument1448 StringRef Str = unwrap<DIType>(DType)->getName(); in LLVMDITypeGetName()1453 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { in LLVMDITypeGetSizeInBits() argument1454 return unwrapDI<DIType>(DType)->getSizeInBits(); in LLVMDITypeGetSizeInBits()1457 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { in LLVMDITypeGetOffsetInBits() argument1458 return unwrapDI<DIType>(DType)->getOffsetInBits(); in LLVMDITypeGetOffsetInBits()1461 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { in LLVMDITypeGetAlignInBits() argument1462 return unwrapDI<DIType>(DType)->getAlignInBits(); in LLVMDITypeGetAlignInBits()1465 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { in LLVMDITypeGetLine() argument1466 return unwrapDI<DIType>(DType)->getLine(); in LLVMDITypeGetLine()[all …]
447 uint64_t DType = TII->get(Opcode).TSFlags & AArch64::DestructiveInstTypeMask; in expand_DestructiveOp() local455 switch (DType) { in expand_DestructiveOp()492 switch (DType) { in expand_DestructiveOp()561 assert((DOPRegIsUnique || DType == AArch64::DestructiveBinary || in expand_DestructiveOp()562 DType == AArch64::DestructiveBinaryComm) && in expand_DestructiveOp()579 if ((DType == AArch64::DestructiveBinary || in expand_DestructiveOp()580 DType == AArch64::DestructiveBinaryComm) && in expand_DestructiveOp()602 switch (DType) { in expand_DestructiveOp()
1042 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation() local1043 if (!LType && !SType && !DType) { in ParseOperation()
18549 llvm::Type *DType = Dst.getElementType(); in EmitNVPTXBuiltinExpr() local18552 Builder.CreateBitCast(Builder.CreateExtractValue(Result, i), DType), in EmitNVPTXBuiltinExpr()