/freebsd/contrib/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
|
/freebsd/contrib/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() argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.cpp | 31 CVType CVT = Types.getType(*TI); in NativeEnumTypes() local
|
H A D | TpiStream.cpp | 195 CVType CVT = Types->getType(TI); 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | SymbolCache.h | 99 SymIndexId createSymbolForType(codeview::TypeIndex TI, codeview::CVType CVT, in createSymbolForType()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.cpp | 411 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) in isContradictoryImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 1486 char *CVT = reinterpret_cast<char *>(ReadValue); in getHostCPUName() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 799 auto CVT = Err(LeafRecord::fromCodeViewRecord(T)); in fromDebugT() local
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 2411 #define CVT(_dst, _src) do { \ in mwl_node_getmimoinfo() macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 5349 MVT CVT = Node->getSimpleValueType(0); in PromoteNode() local
|
H A D | SelectionDAG.cpp | 12005 EVT CVT = CN->getValueType(0); in isConstOrConstSplat() local 12020 EVT CVT = CN->getValueType(0); in isConstOrConstSplat() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7360 MVT CVT = MVT::getIntegerVT(SplatBitSize); in lowerBuildVectorAsBroadcast() local 7433 EVT CVT = Ld.getValueType(); in lowerBuildVectorAsBroadcast() local 48212 EVT CVT = N1.getValueType(); in combineShiftRightArithmetic() local 52274 MVT CVT = MVT::getVectorVT(MVT::f32, VT.getVectorNumElements() / 2); in combineFaddCFmul() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 5963 SDValue CVT = DAG.getNode(Op.getOpcode(), DL, VT, Op.getOperand(0), in LowerFP_TO_INT_SAT() local
|