HomeSort by relevance Sort by last modified time
    Searched refs:CastOp (Results 1 - 25 of 40) sorted by null

1 2

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
cast_op.cc 26 class CastOp : public XlaOpKernel {
28 explicit CastOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {
60 TF_DISALLOW_COPY_AND_ASSIGN(CastOp);
63 REGISTER_XLA_OP(Name("Cast"), CastOp);
  /external/llvm/unittests/Analysis/
ValueTrackingTest.cpp 55 Instruction::CastOps CastOp;
56 SelectPatternResult R = matchSelectPattern(A, LHS, RHS, &CastOp);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 92 Value *CastOp = CI->getOperand(0);
96 if (PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType())) {
110 if (Constant *CSrc = dyn_cast<Constant>(CastOp))
115 CastOp = ConstantExpr::getGetElementPtr(CSrc, Idxs);
116 SrcTy = cast<PointerType>(CastOp->getType());
133 IC.Builder->CreateLoad(CastOp, LI.isVolatile(), CI->getName());
258 Value *CastOp = CI->getOperand(0);
261 PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType());
331 CastOp = IC.Builder->CreateInBoundsGEP(CastOp, NewGEPIndices)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 246 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ConstantRange.h 223 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ConstantRange.h 223 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ConstantRange.h 230 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ConstantRange.h 230 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ConstantRange.h 230 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ConstantRange.h 230 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 246 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ConstantRange.h 223 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ConstantRange.h 223 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ConstantRange.h 230 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ConstantRange.h 230 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ConstantRange.h 230 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ConstantRange.h 230 ConstantRange castOp(Instruction::CastOps CastOp,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ValueTracking.h 459 /// If CastOp is not nullptr, also match MIN/MAX idioms where the type does
462 /// type of LHS and RHS into the type of V is returned in CastOp.
469 /// -> LHS = %a, RHS = i32 4, *CastOp = Instruction::SExt
472 Instruction::CastOps *CastOp = nullptr);
475 Instruction::CastOps *CastOp = nullptr) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 489 /// If CastOp is not nullptr, also match MIN/MAX idioms where the type does
492 /// type of LHS and RHS into the type of V is returned in CastOp.
499 /// -> LHS = %a, RHS = i32 4, *CastOp = Instruction::SExt
502 Instruction::CastOps *CastOp = nullptr);
505 Instruction::CastOps *CastOp = nullptr) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 489 /// If CastOp is not nullptr, also match MIN/MAX idioms where the type does
492 /// type of LHS and RHS into the type of V is returned in CastOp.
499 /// -> LHS = %a, RHS = i32 4, *CastOp = Instruction::SExt
502 Instruction::CastOps *CastOp = nullptr);
505 Instruction::CastOps *CastOp = nullptr) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 495 /// If CastOp is not nullptr, also match MIN/MAX idioms where the type does
498 /// type of LHS and RHS into the type of V is returned in CastOp.
505 /// -> LHS = %a, RHS = i32 4, *CastOp = Instruction::SExt
508 Instruction::CastOps *CastOp = nullptr);
511 Instruction::CastOps *CastOp = nullptr) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 495 /// If CastOp is not nullptr, also match MIN/MAX idioms where the type does
498 /// type of LHS and RHS into the type of V is returned in CastOp.
505 /// -> LHS = %a, RHS = i32 4, *CastOp = Instruction::SExt
508 Instruction::CastOps *CastOp = nullptr);
511 Instruction::CastOps *CastOp = nullptr) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 495 /// If CastOp is not nullptr, also match MIN/MAX idioms where the type does
498 /// type of LHS and RHS into the type of V is returned in CastOp.
505 /// -> LHS = %a, RHS = i32 4, *CastOp = Instruction::SExt
508 Instruction::CastOps *CastOp = nullptr);
511 Instruction::CastOps *CastOp = nullptr) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 495 /// If CastOp is not nullptr, also match MIN/MAX idioms where the type does
498 /// type of LHS and RHS into the type of V is returned in CastOp.
505 /// -> LHS = %a, RHS = i32 4, *CastOp = Instruction::SExt
508 Instruction::CastOps *CastOp = nullptr);
511 Instruction::CastOps *CastOp = nullptr) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ValueTracking.h 459 /// If CastOp is not nullptr, also match MIN/MAX idioms where the type does
462 /// type of LHS and RHS into the type of V is returned in CastOp.
469 /// -> LHS = %a, RHS = i32 4, *CastOp = Instruction::SExt
472 Instruction::CastOps *CastOp = nullptr);
475 Instruction::CastOps *CastOp = nullptr) {

Completed in 544 milliseconds

1 2