Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h330 bool isBitcast() const { in isBitcast() function
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp167 return MI.isBitcast() || in isUncoalescableCopy()
1213 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
1416 if (Def->isBitcast()) in getNextSourceImpl()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h229 bool isBitcast : 1; variable
DInstrInfoEmitter.cpp488 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)"; in emitRecord()
DCodeGenDAGPatterns.cpp2701 bool isBitcast; member in InstAnalyzer
2706 isBitcast(false), isVariadic(false) {} in InstAnalyzer()
2763 isBitcast = IsNodeBitcast(N); in AnalyzeNode()
2833 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
DCodeGenInstruction.cpp305 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h484 bool isBitcast(QueryType Type = IgnoreBundle) const {
/external/llvm/include/llvm/Target/
DTarget.td367 bit isBitcast = 0; // Is this instruction a bitcast instruction?