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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 372 /// isBitcast - Return true if this instruction is a bitcast instruction.
374 bool isBitcast() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PeepholeOptimizer.cpp 295 if (!DefMI || !DefMI->getDesc().isBitcast())
433 if (MCID.isBitcast()) {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); }
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 229 bool isBitcast : 1;
InstrInfoEmitter.cpp 484 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)";
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 224 bool isBitcast;
InstrInfoEmitter.cpp 277 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)";
CodeGenInstruction.cpp 299 isBitcast = R->getValueAsBit("isBitcast");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 302 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 205 return MI.isBitcast() ||
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 509 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 496 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 496 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 496 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 496 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 496 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 496 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 496 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 747 milliseconds

1 2