Home
last modified time | relevance | path

Searched refs:pTy (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType() argument
274 ArrayType* pArrayTy = cast<ArrayType>(pTy); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() argument
288 Type::TypeID id = pTy->getTypeID(); in GetDebugType()
305 return GetDebugIntegerType(pTy); in GetDebugType()
308 return GetDebugStructType(pTy); in GetDebugType()
311 return GetDebugArrayType(pTy); in GetDebugType()
321 return GetDebugVectorType(pTy); in GetDebugType()
324 return GetDebugFunctionType(pTy); in GetDebugType()
354 IntegerType* pIntTy = cast<IntegerType>(pTy); in GetDebugIntegerType()
[all …]
H A DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);
180 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
181 llvm::DIType* GetDebugArrayType(llvm::Type* pTy);
182 llvm::DIType* GetDebugVectorType(llvm::Type* pTy);
183 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/StatelessToStatefull/
H A DStatelessToStatefull.cpp550 PointerType* pTy = PointerType::get(Inst->getType(), addrSpace); in visitCallInst() local
551 … Instruction* pPtrToInt = IntToPtrInst::Create(Instruction::IntToPtr, offset, pTy, "", Inst); in visitCallInst()
555 { Inst->getType(),pTy }); in visitCallInst()
573 … GenISAIntrinsic::getDeclaration(M, intrinID, { Inst->getType(), pTy, pTy }), in visitCallInst()
581 GenISAIntrinsic::getDeclaration(M, intrinID, { Inst->getType(), pTy }), in visitCallInst()
593 PointerType* pTy = PointerType::get(Inst->getOperand(1)->getType(), addrSpace); in visitCallInst() local
601 { pTy,Inst->getOperand(1)->getType() }); in visitCallInst()
686 PointerType* pTy = PointerType::get(I.getType(), addrSpace); in visitLoadInst() local
688 Instruction* pPtrToInt = IntToPtrInst::Create(Instruction::IntToPtr, offset, pTy, "", &I); in visitLoadInst()
746 PointerType* pTy = PointerType::get(dataVal->getType(), addrSpace); in visitStoreInst() local
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/configs/
H A Dprovider_validation.go245 pTy := passed.InParent.providerType
246 if pTy.IsZero() {
249 pTy = addrs.NewDefaultProvider(passed.InParent.Name)
255 Provider: pTy,
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Parser/
H A DNoPat.hs86 return (pTy r x ty, zipWith getN as [0..] ++ concat dss)
91 return (pTy r x (TSeq (TNum 0) TWild), [])
100 return (pTy r x ty, zipWith getN as [0..] ++ concat dss)
109 return (pTy r x ty, zipWith getN as shape ++ concat dss)
131 pTy r x t = PTyped (PVar (Located r x)) t function
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp231 Type** pTy) in GetRequestedWidthAndType()
272 *pTy = pVecTy->getScalarType(); in GetRequestedWidthAndType()
275 Value* GetZeroVec(TargetWidth width, Type* pTy) in GetZeroVec()
290 return ConstantVector::getNullValue(VectorType::get(pTy, numElem)); in GetZeroVec()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp243 Type** pTy) in GetRequestedWidthAndType()
284 *pTy = pVecTy->getScalarType(); in GetRequestedWidthAndType()
287 Value* GetZeroVec(TargetWidth width, Type* pTy) in GetZeroVec()
302 return ConstantVector::getNullValue(getVectorType(pTy, numElem)); in GetZeroVec()

12