Searched refs:isBitcast (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h326 bool isBitcast() const { function in class:llvm::MCInstrDesc
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp482 /// \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");
980 if (Def->isBitcast())
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h229 bool isBitcast : 1;
H A DInstrInfoEmitter.cpp485 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)";
H A DCodeGenDAGPatterns.cpp2561 bool isBitcast; member in class:InstAnalyzer
2566 isBitcast(false), isVariadic(false) {}
2623 isBitcast = IsNodeBitcast(N);
2693 InstInfo.isBitcast |= PatInfo.isBitcast;
H A DCodeGenInstruction.cpp302 isBitcast = R->getValueAsBit("isBitcast");
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h476 /// isBitcast - Return true if this instruction is a bitcast instruction.
478 bool isBitcast(QueryType Type = IgnoreBundle) const {

Completed in 1741 milliseconds