/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ops/ |
D | CastOp.java | 24 public class CastOp implements TensorOperator { class 41 public CastOp(DataType destinationType) { in CastOp() method in CastOp
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | cast_op.cc | 34 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/ |
D | Float2Int.cpp | 207 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/ |
D | Float2Int.cpp | 210 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkBackwards() local 285 auto CastOp = (Instruction::CastOps)I->getOpcode(); in walkForwards() local
|
/external/llvm/unittests/Analysis/ |
D | ValueTrackingTest.cpp | 55 Instruction::CastOps CastOp; in expectPattern() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 144 std::optional<Instruction::CastOps> CastOp; in simplifyNvvmIntrinsic() member
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1104 Instruction::CastOps CastOp; in visitSelectInst() local
|
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 270 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local
|
D | ValueTracking.cpp | 3840 Instruction::CastOps *CastOp) { in lookThroughCast() 3900 Instruction::CastOps *CastOp) { in matchSelectPattern()
|
D | ScalarEvolution.cpp | 4678 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/ |
D | ConstantRange.cpp | 626 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 5136 Instruction::CastOps *CastOp) { in lookThroughCast() 5229 Instruction::CastOps *CastOp, in matchSelectPattern() 5249 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
|
D | BasicAliasAnalysis.cpp | 378 Value *CastOp = cast<CastInst>(V)->getOperand(0); in GetLinearExpression() local
|
D | ScalarEvolution.cpp | 5906 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/ |
D | AMDGPUCodeGenPrepare.cpp | 600 CastInst *CastOp; in foldBinOpIntoSelect() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 717 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 957 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1084 Instruction::CastOps CastOp = Instruction::ZExt; in expandAtomicRMWToMaskedIntrinsic() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 6445 Instruction::CastOps *CastOp) { in lookThroughCast() 6538 Instruction::CastOps *CastOp, in matchSelectPattern() 6558 Instruction::CastOps *CastOp, unsigned Depth) { in matchDecomposedSelectPattern()
|
D | ScalarEvolution.cpp | 7078 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/ |
D | InstCombineSelect.cpp | 2540 Instruction::CastOps CastOp; in visitSelectInst() local
|
D | InstCombineCalls.cpp | 1536 Optional<Instruction::CastOps> CastOp; in SimplifyNVVMIntrinsic() member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 2348 SDValue CastOp = Bitcast.getOperand(0); in performVECTOR_SHUFFLECombine() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 3271 Instruction::CastOps CastOp; in visitSelectInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3945 auto CastOp = (Instruction::CastOps)Opc; in parseFunctionBody() local
|