/llvm-project/llvm/test/ObjectYAML/DXContainer/ |
H A D | SignatureParts.yaml | 21 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 D | fx_rep.h | 57 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 D | derived.cpp | 96 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 D | copy.cpp | 194 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 D | qsort_util.h | 23 enum class CompType { COMPARE, COMPARE_WITH_STATE }; global() enum
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | DXContainerPSVInfo.h | 94 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 D | DXILResource.h | 49 static StringRef getElementTypeName(dxil::ElementType CompType); 51 dxil::ElementType CompType, unsigned Alignment,
|
/llvm-project/llvm/lib/MC/ |
H A D | DXContainerPSVInfo.cpp | 209 FinalElement.CompType = P.CompType; in write()
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 514 SigComponentType CompType; // Type of bits. 533 sys::swapByteOrder(CompType); 487 SigComponentType CompType; // Type of bits. global() member
|
/llvm-project/flang/lib/Evaluate/ |
H A D | expression.cpp | 298 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 D | SPIRVInstrInfo.td | 176 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 D | DXContainerYAML.cpp | 179 IO.mapRequired("CompType", S.CompType); in mapping()
|
H A D | DXContainerEmitter.cpp | 255 Param.CompType, Param.Register, Param.Mask, in writeParts()
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dxcontainer2yaml.cpp | 24 Param.SystemValue, Param.CompType, Param.Register, Param.Mask, in dumpSignature()
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DXContainerYAML.h | 141 dxbc::SigComponentType CompType; 140 dxbc::SigComponentType CompType; global() member
|
/llvm-project/libc/test/UnitTest/ |
H A D | LibcTest.cpp | 63 using comp_t = typename FXRep::CompType; in describeValue()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 10629 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 D | Target.cpp | 436 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 D | ConvertExprToHLFIR.cpp | 1816 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 D | DXContainerTest.cpp | 713 CompType: Float32 in TEST()
|