Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp107 FLAG(isBitcast) in EmitInstrDocs()
H A DCodeGenInstruction.h244 bool isBitcast : 1; variable
H A DCodeGenDAGPatterns.cpp3500 bool isBitcast; member in InstAnalyzer
3506 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()
3512 isBitcast = IsNodeBitcast(N); in Analyze()
3625 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
H A DCodeGenInstruction.cpp378 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp953 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h339 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp251 return MI.isBitcast() || in isUncoalescableCopy()
1092 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1830 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
2059 if (Def->isBitcast()) in getNextSourceImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrMMX.td183 let isBitcast = 1 in
194 let isBitcast = 1 in {
208 } // isBitcast
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h898 bool isBitcast(QueryType Type = IgnoreBundle) const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1175 assert(Iter->isBitcast()); in selectBitCast()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td525 bit isBitcast = false; // Is this instruction a bitcast instruction?
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst1903 bit isBitcast = 0;