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 326 bool isBitcast() const {
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 482 /// \pre Copy.isCopy() or Copy.isBitcast().
488 assert((Copy.isCopy() || Copy.isBitcast()) && "Wrong operation type.");
714 if (((MI->isBitcast() || MI->isCopy()) && optimizeCopyOrBitcast(MI)) ||
803 assert(Def->isBitcast() && "Invalid definition");
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 229 bool isBitcast : 1;
InstrInfoEmitter.cpp 485 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)";
CodeGenDAGPatterns.cpp     [all...]
CodeGenInstruction.cpp 302 isBitcast = R->getValueAsBit("isBitcast");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 476 /// isBitcast - Return true if this instruction is a bitcast instruction.
478 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 426 milliseconds