Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp116 FLAG(isBitcast) in EmitInstrDocs()
H A DInstrInfoEmitter.cpp1228 if (Inst.isBitcast) in emitRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h348 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h249 bool isBitcast : 1; variable
H A DCodeGenInstruction.cpp444 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
H A DCodeGenDAGPatterns.cpp3561 bool isBitcast; member in InstAnalyzer
3567 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()
3573 isBitcast = IsNodeBitcast(N); in Analyze()
3693 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp251 return MI.isBitcast() || in isUncoalescableCopy()
1149 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1904 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
2133 if (Def->isBitcast()) in getNextSourceImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMMX.td183 let isBitcast = 1 in
194 let isBitcast = 1 in {
207 } // isBitcast
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1036 bool isBitcast(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1184 assert(Iter->isBitcast()); in selectBitCast()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td635 bit isBitcast = false; // Is this instruction a bitcast instruction?