HomeSort by relevance Sort by last modified time
    Searched defs:Bitcast (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 109 Bitcast,
372 /// isBitcast - Return true if this instruction is a bitcast instruction.
375 return Flags & (1 << MCID::Bitcast);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 109 Bitcast,
273 /// \brief Return true if this instruction is a bitcast instruction.
274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); }
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 806 Value *Bitcast =
808 StoreInst *SI = cast<StoreInst>(Builder.CreateStore(Vec, Bitcast));
928 Value *Bitcast =
931 LoadInst *LI = cast<LoadInst>(Builder.CreateLoad(Bitcast));
938 InstrsToReorder.push_back(cast<Instruction>(Bitcast));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
301 /// \brief Return true if this instruction is a bitcast instruction.
302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
301 /// \brief Return true if this instruction is a bitcast instruction.
302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
301 /// \brief Return true if this instruction is a bitcast instruction.
302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
310 /// \brief Return true if this instruction is a bitcast instruction.
311 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
310 /// \brief Return true if this instruction is a bitcast instruction.
311 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
310 /// \brief Return true if this instruction is a bitcast instruction.
311 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
310 /// \brief Return true if this instruction is a bitcast instruction.
311 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
301 /// \brief Return true if this instruction is a bitcast instruction.
302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
301 /// \brief Return true if this instruction is a bitcast instruction.
302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
301 /// \brief Return true if this instruction is a bitcast instruction.
302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
310 /// \brief Return true if this instruction is a bitcast instruction.
311 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
310 /// \brief Return true if this instruction is a bitcast instruction.
311 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
310 /// \brief Return true if this instruction is a bitcast instruction.
311 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 133 Bitcast,
310 /// \brief Return true if this instruction is a bitcast instruction.
311 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 1000 milliseconds