Home
last modified time | relevance | path

Searched defs:CreateCast (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dcast.cc28 GPUOperation CreateCast(const OperationDef& definition, in CreateCast() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DNoFolder.h114 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
H A DConstantFolder.h177 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h119 Value *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
H A DTargetFolder.h188 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h184 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
H A DNoFolder.h253 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h156 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
H A DNoFolder.h215 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h170 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h168 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() function
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefWorkloadFactory.cpp691 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateCast(const CastQueueDescriptor& descriptor, in CreateCast() function in armnn::RefWorkloadFactory
/aosp_15_r20/external/clang/include/clang/Sema/
H A DInitialization.h504 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() function
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonWorkloadFactory.cpp669 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateCast(const CastQueueDescriptor& descriptor, in CreateCast() function in armnn::NeonWorkloadFactory
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DInitialization.h662 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DInitialization.h662 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DInitialization.h662 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() function
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClWorkloadFactory.cpp816 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateCast(const CastQueueDescriptor& descriptor, in CreateCast() function in armnn::ClWorkloadFactory
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DInitialization.h662 static InitializationKind CreateCast(SourceRange TypeRange) { in CreateCast() function
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp1974 std::unique_ptr<IWorkload> IWorkloadFactory::CreateCast(const CastQueueDescriptor& /*descriptor*/, in CreateCast() function in armnn::IWorkloadFactory
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1617 func (b Builder) CreateCast(val Value, op Opcode, t Type, name string) (v Value) { func