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

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } function in class:llvm::MCInstrDesc
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h230 bool isBitcast : 1;
H A DInstrInfoEmitter.cpp486 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)";
H A DCodeGenDAGPatterns.cpp2745 bool isBitcast; member in class:InstAnalyzer
2750 isBitcast(false), isVariadic(false) {}
2807 isBitcast = IsNodeBitcast(N);
2877 InstInfo.isBitcast |= PatInfo.isBitcast;
H A DCodeGenInstruction.cpp306 isBitcast = R->getValueAsBit("isBitcast");
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp205 return MI.isBitcast() ||
1153 if (MI.isBitcast() || (MI.isRegSequenceLike() || MI.isInsertSubregLike() ||
1684 assert(Def->isBitcast() && "Invalid definition");
1896 if (Def->isBitcast())
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h491 bool isBitcast(QueryType Type = IgnoreBundle) const {

Completed in 123 milliseconds