Home
last modified time | relevance | path

Searched defs:destTy (Results 1 – 25 of 64) sorted by relevance

123

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dconvert2.cpp110 BaseGDL* DStructGDL::Convert2(DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
121 template<> BaseGDL* Data_<SpDPtr>::Convert2(DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
130 template<> BaseGDL* Data_<SpDObj>::Convert2(DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
141 template<> BaseGDL* Data_<SpDByte>::Convert2(DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
237 template<> BaseGDL* Data_<SpDInt>::Convert2(DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
306 template<> BaseGDL* Data_<SpDUInt>::Convert2( DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
378 template<> BaseGDL* Data_<SpDLong>::Convert2( DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
451 template<> BaseGDL* Data_<SpDULong>::Convert2( DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
523 template<> BaseGDL* Data_<SpDFloat>::Convert2( DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
597 template<> BaseGDL* Data_<SpDDouble>::Convert2( DType destTy, BaseGDL::Convert2Mode mode) in Convert2()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Converter/
H A DTypeAToTypeBFunctionConverter.cpp84 TypeRef destTy, in createConversion()
155 TypeRef destTy) { in convertTensor()
H A DFloat16Converter.cpp76 ElemKind destTy = in convertFunctionToFloat16() local
H A DFunctionConverter.cpp213 TypeRef destTy = getTargetTypeForOutput(placeholder.getOutput()); in convertPlaceholder() local
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/IR/
H A DInstrs.cpp105 static void verifyRelu(TypeRef srcTy, TypeRef destTy) { in verifyRelu()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/LLVMIRCodeGen/
H A DLLVMIRGen.cpp1035 auto *destTy = dest->getType(); in generateLLVMIRForDataParallelInstr() local
1139 auto destTy = dest->getType(); in generateLLVMIRForDataParallelInstr() local
1175 auto destTy = dest->getType(); in generateLLVMIRForDataParallelInstr() local
1237 auto *destTy = dest->getType(); in generateLLVMIRForDataParallelInstr() local
1550 auto *destTy = dest->getType(); in generateLLVMIRForDataParallelInstr() local
1605 auto *destTy = dest->getType(); in generateLLVMIRForDataParallelInstr() local
1720 auto *destTy = dest->getType(); in generateLLVMIRForInstr() local
1881 auto *destTy = dest->getType(); in generateLLVMIRForInstr() local
1945 auto *destTy = dest->getType(); in generateLLVMIRForInstr() local
2052 auto *destTy = dest->getType(); in generateLLVMIRForInstr() local
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/OpenCL/
H A DOpenCL.cpp828 auto *destTy = SI->getDest()->getType(); in execute() local
1031 auto destTy = BMM->getDest()->getType(); in execute() local
1068 auto *destTy = BA->getDest()->getType(); in execute() local
1232 auto destTy = CC->getDest()->getType(); in execute() local
1411 auto destTy = PA->getDest()->getType(); in execute() local
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Quantization/
H A DQuantization.cpp408 TypeRef destTy, bool /* isInput */) override { in createConversion()
648 void convertTensor(Tensor &tensor, TypeRef destTy) override { in convertTensor()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp765 auto destTy = ConvertType(destType); in VisitCastExpr() local
796 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1663 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1695 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/
H A DExprLLVMCodeGeneration.cpp158 Type *destTy = destPtr->getType()->getPointerElementType(); in createVecValFromAlloca() local
181 LLVM_VALUE promoteToTy(LLVM_VALUE val, Type *destTy, LLVM_BUILDER Builder) { in promoteToTy()
290 VectorType *destTy = VectorType::get(Type::getDoubleTy(llvmContext), 3); in promoteArgs() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp769 auto destTy = ConvertType(destType); in VisitCastExpr() local
800 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1670 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1702 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Interpreter/
H A DInterpreterNodes.cpp1849 auto destTy = I->getDest()->getType(); in fwdSplatInst() local
2508 auto destTy = I->getDest()->getType(); in fwdElementAddInstI8Impl() local
2574 auto destTy = I->getDest()->getType(); in fwdElementSubInst() local
2621 auto destTy = I->getDest()->getType(); in fwdElementMulInst() local
2708 auto destTy = I->getDest()->getType(); in fwdElementMaxInstI8Impl() local
3265 auto destTy = I->getDest()->getType(); in fwdMatMulInstQuantizedImpl() local
3515 auto destTy = dest->getType(); in fwdBatchedAdd() local
3641 auto destTy = dest->getType(); in fwdBatchedReduceAddInst() local
4902 auto destTy = destTensor->getType(); in fwdQuantizeInst() local
4915 auto destTy = destTensor->getType(); in fwdDequantizeInst() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1089 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1828 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1860 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1089 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1827 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1859 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1089 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1827 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1859 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1089 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1825 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1857 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1091 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1848 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1892 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1045 auto destTy = ConvertType(destType); in VisitCastExpr() local
1076 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1813 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1845 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1089 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1828 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1860 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1089 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1828 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1860 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1044 auto destTy = ConvertType(destType); in VisitCastExpr() local
1075 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1812 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1844 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1089 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1828 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1860 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1089 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1827 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1859 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1045 auto destTy = ConvertType(destType); in VisitCastExpr() local
1076 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1813 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1845 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExprConstant.cpp1058 auto destTy = ConvertType(destType); in VisitCastExpr() local
1089 llvm::Type *destTy = ConvertType(E->getType()); in VisitCastExpr() local
1828 auto destTy = CGM.getTypes().ConvertTypeForMem(DestType); in tryEmit() local
1860 ConstantLValueEmitter::tryEmitAbsolute(llvm::Type *destTy) { in tryEmitAbsolute()

123