Searched refs:CVD (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 315 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope() 319 if (CVD.TypeEmissionLevel == 1) in ~TypeLoweringScope() 320 CVD.emitDeferredCompleteTypes(); in ~TypeLoweringScope() 321 --CVD.TypeEmissionLevel; in ~TypeLoweringScope() 323 CodeViewDebug &CVD; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1590 const VarDecl *CVD = VD->getCanonicalDecl(); in isAllocatableDecl() local 1591 if (!CVD->hasAttr<OMPAllocateDeclAttr>()) in isAllocatableDecl() 1593 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>(); in isAllocatableDecl() 1611 const VarDecl *CVD = VD->getCanonicalDecl(); in getAddressOfLocalVariable() local 1612 if (!isAllocatableDecl(CVD)) in getAddressOfLocalVariable() 1615 CharUnits Align = CGM.getContext().getDeclAlign(CVD); in getAddressOfLocalVariable() 1616 if (CVD->getType()->isVariablyModifiedType()) { in getAddressOfLocalVariable() 1617 Size = CGF.getTypeSize(CVD->getType()); in getAddressOfLocalVariable() 1624 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable() 1628 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>(); in getAddressOfLocalVariable() [all …]
|
H A D | CGOpenMPRuntime.cpp | 3441 const VarDecl *CVD = VD->getCanonicalDecl(); in isAllocatableDecl() local 3442 if (!CVD->hasAttr<OMPAllocateDeclAttr>()) in isAllocatableDecl() 3444 const auto *AA = CVD->getAttr<OMPAllocateDeclAttr>(); in isAllocatableDecl() 11979 const VarDecl *CVD = VD->getCanonicalDecl(); in getAddressOfLocalVariable() local 11980 if (CVD->hasAttr<OMPAllocateDeclAttr>()) { in getAddressOfLocalVariable() 11985 CharUnits Align = CGM.getContext().getDeclAlign(CVD); in getAddressOfLocalVariable() 11986 if (CVD->getType()->isVariablyModifiedType()) { in getAddressOfLocalVariable() 11987 Size = CGF.getTypeSize(CVD->getType()); in getAddressOfLocalVariable() 11994 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable() 11997 llvm::Value *ThreadID = getThreadID(CGF, CVD->getBeginLoc()); in getAddressOfLocalVariable() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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 | SystemZScheduleZ14.td | 680 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
|
H A D | SystemZScheduleZ15.td | 694 def : InstRW<[WLat1, FXb2, VecDF, LSU, GroupAlone2], (instregex "CVD(Y)?$")>;
|
H A D | SystemZInstrInfo.td | 1965 defm CVD : StoreRXPair<"cvd", 0x4E, 0xE326, null_frag, GR32, 4>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.td | 1432 // Section 8.7.16 - CVD (Convert to Double-format)
|