Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpeephole.mir6 # Check that instructions with MI.isBitcast() are only replaced by COPY if there
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp107 FLAG(isBitcast) in EmitInstrDocs()
H A DCodeGenInstruction.h245 bool isBitcast : 1; variable
H A DCodeGenInstruction.cpp377 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
H A DCodeGenDAGPatterns.cpp3578 bool isBitcast; member in InstAnalyzer
3584 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()
3590 isBitcast = IsNodeBitcast(N); in Analyze()
3703 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
H A DInstrInfoEmitter.cpp1136 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h345 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp251 return MI.isBitcast() || in isUncoalescableCopy()
1107 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1845 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
2074 if (Def->isBitcast()) in getNextSourceImpl()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrMMX.td183 let isBitcast = 1 in
194 let isBitcast = 1 in {
208 } // isBitcast
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h913 bool isBitcast(QueryType Type = IgnoreBundle) const {
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1177 assert(Iter->isBitcast()); in selectBitCast()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td538 bit isBitcast = false; // Is this instruction a bitcast instruction?
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst1910 bit isBitcast = 0;