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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 330 bool isBitcast() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 229 bool isBitcast : 1;
InstrInfoEmitter.cpp 488 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)";
CodeGenDAGPatterns.cpp     [all...]
CodeGenInstruction.cpp 305 isBitcast = R->getValueAsBit("isBitcast");
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 167 return MI.isBitcast() ||
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 482 /// isBitcast - Return true if this instruction is a bitcast instruction.
484 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 5123 milliseconds