Home
last modified time | relevance | path

Searched refs:isBitcast (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } in isBitcast() function
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp205 return MI.isBitcast() || in isUncoalescableCopy()
1154 if (MI.isBitcast() || (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1689 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
1900 if (Def->isBitcast()) in getNextSourceImpl()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h230 bool isBitcast : 1; variable
DInstrInfoEmitter.cpp486 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
DCodeGenDAGPatterns.cpp2745 bool isBitcast; member in InstAnalyzer
2750 isBitcast(false), isVariadic(false) {} in InstAnalyzer()
2807 isBitcast = IsNodeBitcast(N); in AnalyzeNode()
2877 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
DCodeGenInstruction.cpp305 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h482 bool isBitcast(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/X86/
DX86InstrMMX.td252 let isBitcast = 1 in
266 let SchedRW = [WriteMove], isBitcast = 1 in {
/external/llvm/include/llvm/Target/
DTarget.td367 bit isBitcast = 0; // Is this instruction a bitcast instruction?