Home
last modified time | relevance | path

Searched defs:CastOp (Results 1 – 25 of 32) 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::__anon9e9e9e060111::CastOp
/external/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp209 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() local
284 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards() 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/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp143 Optional<Instruction::CastOps> CastOp; in simplifyNvvmIntrinsic() member
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1104 Instruction::CastOps CastOp; in visitSelectInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp626 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
/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/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp598 CastInst *CastOp; in foldBinOpIntoSelect() local
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp642 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
/external/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp335 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local
DValueTracking.cpp5769 Instruction::CastOps *CastOp) { in lookThroughCast()
5862 Instruction::CastOps *CastOp, in matchSelectPattern()
5882 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
DScalarEvolution.cpp6072 Optional<unsigned> CastOp; in getRangeViaFactoring() local
8349 if (Constant *CastOp = BuildConstantFromSCEV(SS->getOperand())) in BuildConstantFromSCEV() local
8355 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV() local
8361 if (Constant *CastOp = BuildConstantFromSCEV(P2I->getOperand())) in BuildConstantFromSCEV() local
8368 if (Constant *CastOp = BuildConstantFromSCEV(ST->getOperand())) in BuildConstantFromSCEV() local
/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/llvm-project/llvm/unittests/Analysis/
DValueTrackingTest.cpp89 Instruction::CastOps CastOp; in expectPattern() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp957 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
/external/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp976 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1909 SDValue CastOp = Bitcast.getOperand(0); in performVECTOR_SHUFFLECombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2540 Instruction::CastOps CastOp; in visitSelectInst() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2796 Instruction::CastOps CastOp; in visitSelectInst() local

12