Searched refs:DType (Results 1 – 7 of 7) sorted by relevance
1021 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length);1029 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType);1037 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType);1045 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType);1053 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType);1061 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType);
1388 StringRef Str = unwrap<DIType>(DType)->getName(); in LLVMDITypeGetName()1393 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { in LLVMDITypeGetSizeInBits() argument1394 return unwrapDI<DIType>(DType)->getSizeInBits(); in LLVMDITypeGetSizeInBits()1397 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { in LLVMDITypeGetOffsetInBits() argument1398 return unwrapDI<DIType>(DType)->getOffsetInBits(); in LLVMDITypeGetOffsetInBits()1401 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { in LLVMDITypeGetAlignInBits() argument1402 return unwrapDI<DIType>(DType)->getAlignInBits(); in LLVMDITypeGetAlignInBits()1405 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { in LLVMDITypeGetLine() argument1406 return unwrapDI<DIType>(DType)->getLine(); in LLVMDITypeGetLine()1409 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType) { in LLVMDITypeGetFlags() argument[all …]
458 StringRef DType; in ParseDirective() local459 if (DToken.endswith(DType="-error")) in ParseDirective()461 else if (DToken.endswith(DType="-warning")) in ParseDirective()463 else if (DToken.endswith(DType="-remark")) in ParseDirective()465 else if (DToken.endswith(DType="-note")) in ParseDirective()467 else if (DToken.endswith(DType="-no-diagnostics")) { in ParseDirective()474 DToken = DToken.substr(0, DToken.size()-DType.size()); in ParseDirective()
443 uint64_t DType = TII->get(Opcode).TSFlags & AArch64::DestructiveInstTypeMask; in expand_DestructiveOp() local450 if (DType == AArch64::DestructiveBinary) in expand_DestructiveOp()455 switch (DType) { in expand_DestructiveOp()493 switch (DType) { in expand_DestructiveOp()584 switch (DType) { in expand_DestructiveOp()
1355 for (auto &DType : Fixup.second.second) { in endModule() local1356 DType->setPointeeType(StructTypeId); in endModule()
1013 DagRecTy *DType = dyn_cast<DagRecTy>(LHSt->getType()); in ParseOperation() local1014 if (!LType && !SType && !DType) { in ParseOperation()
17524 llvm::Type *DType = Dst.getElementType(); in EmitNVPTXBuiltinExpr() local17527 Builder.CreateBitCast(Builder.CreateExtractValue(Result, i), DType), in EmitNVPTXBuiltinExpr()