Home
last modified time | relevance | path

Searched full:comptype (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DSignatureParts.yaml21 CompType: Float32
34 CompType: Float32
47 CompType: Float32
56 CompType: Float32
65 CompType: Float32
74 CompType: Float32
83 CompType: Float32
92 CompType: Float32
101 CompType: Float32
110 CompType: Float32
[all …]
/llvm-project/libc/src/__support/fixed_point/
H A Dfx_rep.h57 using CompType = cpp::make_signed_t<StorageType>;
77 using CompType = cpp::make_unsigned_t<StorageType>;
97 using CompType = cpp::make_signed_t<StorageType>;
117 using CompType = cpp::make_unsigned_t<StorageType>;
137 using CompType = cpp::make_signed_t<StorageType>;
157 using CompType = cpp::make_unsigned_t<StorageType>;
177 using CompType = cpp::make_signed_t<StorageType>;
197 using CompType = cpp::make_unsigned_t<StorageType>;
217 using CompType = cpp::make_signed_t<StorageType>;
237 using CompType
[all...]
/llvm-project/flang/runtime/
H A Dderived.cpp96 const typeInfo::DerivedType &compType{*comp.derivedType()}; in Initialize()
98 compDesc.Establish(compType, in Initialize()
101 stat = Initialize(compDesc, compType, terminator, hasStat, errMsg); in Initialize()
180 const typeInfo::DerivedType &compType{*comp.derivedType()}; in CallFinalSubroutine()
190 origDesc.Establish(compType, in CallFinalSubroutine()
193 cloneDesc.Establish(compType, in CallFinalSubroutine()
197 cloneDesc, origDesc, compType, terminator, hasStat, errMsg); in CallFinalSubroutine()
329 if (const typeInfo::DerivedType * compType{comp.derivedType()}) { in Destroy()
330 if (!compType->noFinalizationNeeded()) { in Destroy()
336 Finalize(compDesc, *compType, terminato in Destroy()
97 const typeInfo::DerivedType &compType{*comp.derivedType()}; Initialize() local
248 if (const typeInfo::DerivedType * compType{comp.derivedType()}) { Finalize() local
266 const typeInfo::DerivedType &compType{*comp.derivedType()}; Finalize() local
328 const typeInfo::DerivedType &compType{*comp.derivedType()}; Destroy() local
[all...]
H A Dcopy.cpp194 const typeInfo::DerivedType &compType{*component->derivedType()};
199 toCompDesc.Establish(compType, toPtr + component->offset(),
202 fromCompDesc.Establish(compType, fromPtr + component->offset(),
58 const typeInfo::DerivedType &compType{*component->derivedType()}; CopyElement() local
/llvm-project/libc/src/stdlib/
H A Dqsort_util.h23 enum class CompType { COMPARE, COMPARE_WITH_STATE }; global() enum
/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h94 dxbc::SigComponentType CompType; member
106 dxbc::SigComponentType CompType, uint32_t Register, in addParam() argument
109 Params.push_back(Parameter{Stream, Name, Index, SystemValue, CompType, in addParam()
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h49 static StringRef getElementTypeName(dxil::ElementType CompType);
51 dxil::ElementType CompType, unsigned Alignment,
/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp209 FinalElement.CompType = P.CompType; in write()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h514 SigComponentType CompType; // Type of bits.
533 sys::swapByteOrder(CompType);
487 SigComponentType CompType; // Type of bits. global() member
/llvm-project/flang/lib/Evaluate/
H A Dexpression.cpp298 if (const semantics::DeclTypeSpec * compType{compObject.type()}) { in Find()
299 const semantics::DerivedTypeSpec &dtSpec{compType->derivedTypeSpec()}; in Find()
266 if (const semantics::DeclTypeSpec * compType{compObject.type()}) { GetParentComponentSymbol() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td176 def OpTypeVector: Op<23, (outs TYPE:$type), (ins TYPE:$compType, i32imm:$compCount),
177 "$type = OpTypeVector $compType $compCount">;
209 (ins TYPE:$compType, ID:$scope, ID:$rows, ID:$cols),
210 "$res = OpTypeCooperativeMatrixNV $compType $scope $rows $cols">;
212 (ins TYPE:$compType, ID:$scope, ID:$rows, ID:$cols, ID:$use),
213 "$res = OpTypeCooperativeMatrixKHR $compType $scope $rows $cols $use">;
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp179 IO.mapRequired("CompType", S.CompType); in mapping()
H A DDXContainerEmitter.cpp255 Param.CompType, Param.Register, Param.Mask, in writeParts()
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp24 Param.SystemValue, Param.CompType, Param.Register, Param.Mask, in dumpSignature()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h141 dxbc::SigComponentType CompType;
140 dxbc::SigComponentType CompType; global() member
/llvm-project/libc/test/UnitTest/
H A DLibcTest.cpp63 using comp_t = typename FXRep::CompType; in describeValue()
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10629 QualType compType = UsualArithmeticConversions(
10635 if (compType.isNull() || !compType->isArithmeticType()) in checkArithmeticOpPointerOperand()
10641 return compType; in checkArithmeticOpPointerOperand()
10670 QualType compType = UsualArithmeticConversions( in checkArithmeticBinOpPointerOperands()
10675 if (compType.isNull() || !compType->isIntegerType()) in checkArithmeticBinOpPointerOperands()
10678 return compType; in checkArithmeticBinOpPointerOperands()
10970 QualType compType = in CheckSubtractionOperands()
10976 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
10476 QualType compType = UsualArithmeticConversions( CheckMultiplyDivideOperands() local
10517 QualType compType = UsualArithmeticConversions( CheckRemainderOperands() local
10816 QualType compType = CheckAdditionOperands() local
10828 QualType compType = CheckAdditionOperands() local
10837 QualType compType = CheckAdditionOperands() local
10844 QualType compType = UsualArithmeticConversions( CheckAdditionOperands() local
10931 QualType compType = CheckSubtractionOperands() local
10943 QualType compType = CheckSubtractionOperands() local
10952 QualType compType = CheckSubtractionOperands() local
10959 QualType compType = UsualArithmeticConversions( CheckSubtractionOperands() local
12924 QualType compType = UsualArithmeticConversions( CheckBitwiseOperands() local
[all...]
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTarget.cpp436 mlir::Type compType = component.second; in classifyStruct()
438 loc, compType, getDataLayout(), kindMap); in classifyStruct()
441 classify(loc, compType, byteOffset, LoComp, HiComp); in classifyStruct()
433 mlir::Type compType = component.second; classifyStruct() local
/llvm-project/flang/lib/Lower/
H A DConvertExprToHLFIR.cpp1816 auto compType = baseRecTy.getType(name); in gen()
1817 assert(compType && "failed to retrieve component type"); in gen()
1819 designatorBuilder.genComponentShape(sym, compType); in gen()
1820 mlir::Type designatorType = builder.getRefType(compType); in gen()
1822 mlir::Type fieldElemType = hlfir::getFortranElementType(compType); in gen()
1737 auto compType = baseRecTy.getType(name); gen() local
/llvm-project/llvm/unittests/Object/
H A DDXContainerTest.cpp713 CompType: Float32 in TEST()