Home
last modified time | relevance | path

Searched defs:CastOp (Results 1 – 25 of 29) sorted by relevance

12

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ops/
DCastOp.java24 public class CastOp implements TensorOperator { class
41 public CastOp(DataType destinationType) { in CastOp() method in CastOp
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcast_op.cc34 class CastOp : public XlaOpKernel { class
36 explicit CastOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in CastOp() function in tensorflow::__anon0df070b50111::CastOp
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp207 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() local
316 auto CastOp = (Instruction::CastOps)I->getOpcode(); in calcRange() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp210 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() local
285 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards() local
/external/llvm/unittests/Analysis/
DValueTrackingTest.cpp55 Instruction::CastOps CastOp; in expectPattern() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp144 std::optional<Instruction::CastOps> CastOp; in simplifyNvvmIntrinsic() member
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1104 Instruction::CastOps CastOp; in visitSelectInst() local
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp270 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local
DValueTracking.cpp3840 Instruction::CastOps *CastOp) { in lookThroughCast()
3900 Instruction::CastOps *CastOp) { in matchSelectPattern()
DScalarEvolution.cpp4678 Optional<unsigned> CastOp; in getRangeViaFactoring() local
6642 if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand())) in BuildConstantFromSCEV() local
6648 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV() local
6654 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp626 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp5136 Instruction::CastOps *CastOp) { in lookThroughCast()
5229 Instruction::CastOps *CastOp, in matchSelectPattern()
5249 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
DBasicAliasAnalysis.cpp378 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local
DScalarEvolution.cpp5906 Optional<unsigned> CastOp; in getRangeViaFactoring() local
8121 if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand())) in BuildConstantFromSCEV() local
8127 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV() local
8133 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp600 CastInst *CastOp; in foldBinOpIntoSelect() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DConstantRange.cpp717 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp957 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1084 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DValueTracking.cpp6445 Instruction::CastOps *CastOp) { in lookThroughCast()
6538 Instruction::CastOps *CastOp, in matchSelectPattern()
6558 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
DScalarEvolution.cpp7078 std::optional<unsigned> CastOp; in getRangeViaFactoring() local
9772 if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand())) in BuildConstantFromSCEV() local
9778 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV() local
9784 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV() local
9791 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2540 Instruction::CastOps CastOp; in visitSelectInst() local
DInstCombineCalls.cpp1536 Optional<Instruction::CastOps> CastOp; in SimplifyNVVMIntrinsic() member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp2348 SDValue CastOp = Bitcast.getOperand(0); in performVECTOR_SHUFFLECombine() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp3271 Instruction::CastOps CastOp; in visitSelectInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3945 auto CastOp = (Instruction::CastOps)Opc; in parseFunctionBody() local

12