Searched refs:CVD (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 314 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() 318 if (CVD.TypeEmissionLevel == 1) in ~TypeLoweringScope() 319 CVD.emitDeferredCompleteTypes(); in ~TypeLoweringScope() 320 --CVD.TypeEmissionLevel; in ~TypeLoweringScope() 322 CodeViewDebug &CVD; member
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1649 const VarDecl *CVD = VD->getCanonicalDecl(); in isAllocatableDecl() local 1650 if (!CVD->hasAttr<OMPAllocateDeclAttr>()) in isAllocatableDecl() 1652 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>(); in isAllocatableDecl() 1683 const VarDecl *CVD = VD->getCanonicalDecl(); in getAddressOfLocalVariable() local 1684 if (!isAllocatableDecl(CVD)) in getAddressOfLocalVariable() 1687 CharUnits Align = CGM.getContext().getDeclAlign(CVD); in getAddressOfLocalVariable() 1688 if (CVD->getType()->isVariablyModifiedType()) { in getAddressOfLocalVariable() 1689 Size = CGF.getTypeSize(CVD->getType()); in getAddressOfLocalVariable() 1696 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable() 1700 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>(); in getAddressOfLocalVariable() [all …]
|
| H A D | CGOpenMPRuntime.cpp | 2852 const VarDecl *CVD = VD->getCanonicalDecl(); in isAllocatableDecl() local 2853 if (!CVD->hasAttr<OMPAllocateDeclAttr>()) in isAllocatableDecl() 2855 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>(); in isAllocatableDecl() 11404 const VarDecl *CVD = VD->getCanonicalDecl(); in getAddressOfLocalVariable() local 11405 if (CVD->hasAttr<OMPAllocateDeclAttr>()) { in getAddressOfLocalVariable() 11410 CharUnits Align = CGM.getContext().getDeclAlign(CVD); in getAddressOfLocalVariable() 11411 if (CVD->getType()->isVariablyModifiedType()) { in getAddressOfLocalVariable() 11412 Size = CGF.getTypeSize(CVD->getType()); in getAddressOfLocalVariable() 11419 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable() 11422 llvm::Value *ThreadID = getThreadID(CGF, CVD->getBeginLoc()); in getAddressOfLocalVariable() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZ196.td | 617 def : InstRW<[WLat1, FXU2, DFU, LSU, GroupAlone3], (instregex "CVD(Y)?$")>;
|
| H A D | SystemZScheduleZEC12.td | 630 def : InstRW<[WLat1, FXU2, DFU, LSU, GroupAlone], (instregex "CVD(Y)?$")>;
|
| H A D | SystemZScheduleZ13.td | 660 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
|
| H A D | SystemZScheduleZ17.td | 704 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
|
| H A D | SystemZScheduleZ15.td | 695 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
|
| H A D | SystemZScheduleZ14.td | 680 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
|
| H A D | SystemZScheduleZ16.td | 695 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
|
| H A D | SystemZInstrInfo.td | 1992 defm CVD : StoreRXPair<"cvd", 0x4E, 0xE326, null_frag, GR32, 4>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1444 // Section 8.7.16 - CVD (Convert to Double-format)
|