/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordHelpers.cpp | 18 template <typename RecordT> static ClassOptions getUdtOptions(CVType CVT) { in getUdtOptions() 27 bool llvm::codeview::isUdtForwardRef(CVType CVT) { in isUdtForwardRef() 47 TypeIndex llvm::codeview::getModifiedType(const CVType &CVT) { in getModifiedType() 162 template <typename RecordT> static uint64_t getUdtSize(CVType CVT) { in getUdtSize() 171 uint64_t llvm::codeview::getSizeInBytesForTypeRecord(CVType CVT) { in getSizeInBytesForTypeRecord()
|
H A D | SimpleTypeSerializer.cpp | 45 CVType CVT(Prefix, sizeof(RecordPrefix)); in serialize() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecordHelpers.h | 46 inline bool isAggregate(CVType CVT) { in isAggregate()
|
H A D | TypeDeserializer.h | 42 template <typename T> static Error deserializeAs(CVType &CVT, T &Record) { in deserializeAs()
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/ |
H A D | get.pass.cpp | 24 typedef const VT CVT; test_basic() typedef
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.cpp | 31 TypeLeafKind K = CVT.kind(); in NativeEnumTypes() local
|
H A D | TpiStream.cpp | 195 if (CVT.kind() != F.kind()) in findFullDeclForForwardRef() local
|
H A D | NativeTypeFunctionSig.cpp | 104 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList() local
|
H A D | SymbolCache.cpp | 179 codeview::CVType CVT = Types.getType(Index); in findSymbolByTypeIndex() local [all...] |
/llvm-project/clang/test/Sema/ |
H A D | deref.c | 38 typedef const void CVT; typedef
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | SymbolCache.h | 99 SymIndexId createSymbolForType(codeview::TypeIndex TI, codeview::CVType CVT, in createSymbolForType()
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.cpp | 411 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) isContradictoryImpl() local
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 1404 char *CVT = reinterpret_cast<char *>(ReadValue); getHostCPUName() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 799 auto CVT = Err(LeafRecord::fromCodeViewRecord(T)); in fromDebugT() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 5318 MVT CVT = Node->getSimpleValueType(0); PromoteNode() local
|
H A D | SelectionDAG.cpp | 11936 EVT CVT = CN->getValueType(0); isConstOrConstSplat() local 11951 EVT CVT = CN->getValueType(0); isConstOrConstSplat() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7384 MVT CVT = MVT::getIntegerVT(SplatBitSize); lowerBuildVectorAsBroadcast() local 7457 EVT CVT = Ld.getValueType(); lowerBuildVectorAsBroadcast() local 48096 EVT CVT = N1.getValueType(); combineShiftRightArithmetic() local 52136 MVT CVT = MVT::getVectorVT(MVT::f32, VT.getVectorNumElements() / 2); combineFaddCFmul() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 5978 SDValue CVT = DAG.getNode(Op.getOpcode(), DL, VT, Op.getOperand(0), LowerFP_TO_INT_SAT() local
|