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

  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 339 if (!DefMI || !DefMI->isBitcast())
526 if ((MI->isBitcast() && optimizeBitcastInstr(MI, MBB)) ||
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 307 bool isBitcast() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 223 bool isBitcast;
CodeGenInstruction.cpp 301 isBitcast = R->getValueAsBit("isBitcast");
InstrInfoEmitter.cpp 459 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)";
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 421 /// isBitcast - Return true if this instruction is a bitcast instruction.
423 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 683 milliseconds