Home
last modified time | relevance | path

Searched refs:CVD (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp312 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in ~TypeLoweringScope()
316 if (CVD.TypeEmissionLevel == 1) member
317 CVD.emitDeferredCompleteTypes();
318 --CVD.TypeEmissionLevel;
320 CodeViewDebug &CVD; in getFullyQualifiedName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1608 const VarDecl *CVD = VD->getCanonicalDecl(); in isAllocatableDecl() local
1609 if (!CVD->hasAttr<OMPAllocateDeclAttr>()) in isAllocatableDecl()
1611 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>(); in isAllocatableDecl()
1642 const VarDecl *CVD = VD->getCanonicalDecl(); in getAddressOfLocalVariable() local
1643 if (!isAllocatableDecl(CVD)) in getAddressOfLocalVariable()
1646 CharUnits Align = CGM.getContext().getDeclAlign(CVD); in getAddressOfLocalVariable()
1647 if (CVD->getType()->isVariablyModifiedType()) { in getAddressOfLocalVariable()
1648 Size = CGF.getTypeSize(CVD->getType()); in getAddressOfLocalVariable()
1655 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable()
1659 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>(); in getAddressOfLocalVariable()
[all …]
H A DCGOpenMPRuntime.cpp2876 const VarDecl *CVD = VD->getCanonicalDecl(); in isAllocatableDecl() local
2877 if (!CVD->hasAttr<OMPAllocateDeclAttr>()) in isAllocatableDecl()
2879 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>(); in isAllocatableDecl()
11337 const VarDecl *CVD = VD->getCanonicalDecl(); in getAddressOfLocalVariable() local
11338 if (CVD->hasAttr<OMPAllocateDeclAttr>()) { in getAddressOfLocalVariable()
11343 CharUnits Align = CGM.getContext().getDeclAlign(CVD); in getAddressOfLocalVariable()
11344 if (CVD->getType()->isVariablyModifiedType()) { in getAddressOfLocalVariable()
11345 Size = CGF.getTypeSize(CVD->getType()); in getAddressOfLocalVariable()
11352 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable()
11355 llvm::Value *ThreadID = getThreadID(CGF, CVD->getBeginLoc()); in getAddressOfLocalVariable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZEC12.td630 def : InstRW<[WLat1, FXU2, DFU, LSU, GroupAlone], (instregex "CVD(Y)?$")>;
H A DSystemZScheduleZ196.td617 def : InstRW<[WLat1, FXU2, DFU, LSU, GroupAlone3], (instregex "CVD(Y)?$")>;
H A DSystemZScheduleZ13.td660 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
H A DSystemZScheduleZ14.td680 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
H A DSystemZScheduleZ15.td695 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
H A DSystemZScheduleZ16.td695 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
H A DSystemZInstrInfo.td1931 defm CVD : StoreRXPair<"cvd", 0x4E, 0xE326, null_frag, GR32, 4>;
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1444 // Section 8.7.16 - CVD (Convert to Double-format)