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 280 /// isBitcast - Return true if this instruction is a bitcast instruction.
282 bool isBitcast() const {
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 333 if (!DefMI || !DefMI->isBitcast())
517 if ((MI->isBitcast() && optimizeBitcastInstr(MI, MBB)) ||
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 224 bool isBitcast;
InstrInfoEmitter.cpp 321 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)";
CodeGenInstruction.cpp 300 isBitcast = R->getValueAsBit("isBitcast");
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 418 /// isBitcast - Return true if this instruction is a bitcast instruction.
420 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 450 milliseconds