Searched refs:QC (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp520 ElemType QC = PC; // and P[conj(J)]
522 QC = PJ;
526 P[J+Size/2] = QC;
591 ElemType QC = PC; // and P[conj(J)]
593 QC = PJ;
597 P[J+Num/2] = QC;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp29 QualifierCollector QC; local
32 const Type *Ty = QC.strip(QT);
204 return QC.apply(Context, QT);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3930 QualifierCollector QC;
3931 const Type *NonQualTy = QC.strip(ArgType);
3944 QC.addRestrict();
3946 QC.addAddressSpace(getLangASFromTargetAS(NVPTX_local_addr));
3947 ArgType = QC.apply(CGM.getContext(), ArgType);
3969 QualifierCollector QC;
3970 const Type *NonQualTy = QC.strip(NativeParamType);

Completed in 208 milliseconds