Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpeephole.mir6 # Check that instructions with MI.isBitcast() are only replaced by COPY if there
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPeepholeOptimizer.cpp295 if (!DefMI || !DefMI->getDesc().isBitcast()) in OptimizeBitcastInstr()
433 if (MCID.isBitcast()) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h374 bool isBitcast() const { in isBitcast() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } in isBitcast() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInstrDocsEmitter.cpp107 FLAG(isBitcast) in EmitInstrDocs()
DCodeGenInstruction.h230 bool isBitcast : 1; variable
DInstrInfoEmitter.cpp577 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
DCodeGenInstruction.cpp310 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
DCodeGenDAGPatterns.cpp3289 bool isBitcast; member in InstAnalyzer
3295 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()
3301 isBitcast = IsNodeBitcast(N); in Analyze()
3411 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp205 return MI.isBitcast() || in isUncoalescableCopy()
1153 if (MI.isBitcast() || (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1682 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
1896 if (Def->isBitcast()) in getNextSourceImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h316 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h224 bool isBitcast; variable
DInstrInfoEmitter.cpp277 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)"; in emitRecord()
DCodeGenInstruction.cpp299 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp248 return MI.isBitcast() || in isUncoalescableCopy()
1087 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1826 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
2055 if (Def->isBitcast()) in getNextSourceImpl()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h229 bool isBitcast : 1; variable
DInstrInfoEmitter.cpp484 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.cpp308 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrMMX.td195 let isBitcast = 1 in
206 let isBitcast = 1 in {
220 } // isBitcast
/external/llvm/lib/Target/X86/
DX86InstrMMX.td252 let isBitcast = 1 in
266 let SchedRW = [WriteMove], isBitcast = 1 in {
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h509 bool isBitcast(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h563 bool isBitcast(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp965 assert(Iter->isBitcast()); in selectBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1115 assert(Iter->isBitcast()); in selectBitCast()

12