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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h279 /// isBitcast - Return true if this instruction is a bitcast instruction.
281 bool isBitcast() const { function in class:llvm::MCInstrDesc
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp296 if (!DefMI || !DefMI->isBitcast())
432 if (MI->isBitcast()) {
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h224 bool isBitcast; member in class:llvm::CodeGenInstruction
H A DInstrInfoEmitter.cpp304 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)";
H A DCodeGenInstruction.cpp299 isBitcast = R->getValueAsBit("isBitcast");
H A DCodeGenDAGPatterns.cpp2830 InstInfo.isBitcast = IsBitcast;
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h417 /// isBitcast - Return true if this instruction is a bitcast instruction.
419 bool isBitcast(QueryType Type = IgnoreBundle) const {

Completed in 124 milliseconds