/external/llvm-project/llvm/test/CodeGen/X86/ |
D | peephole.mir | 6 # Check that instructions with MI.isBitcast() are only replaced by COPY if there
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } in isBitcast() function
|
/external/llvm-project/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 107 FLAG(isBitcast) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 244 bool isBitcast : 1; variable
|
D | InstrInfoEmitter.cpp | 753 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
|
D | CodeGenDAGPatterns.cpp | 3448 bool isBitcast; member in InstAnalyzer 3454 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer() 3460 isBitcast = IsNodeBitcast(N); in Analyze() 3570 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
|
D | CodeGenInstruction.cpp | 381 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 331 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 346 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 205 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/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 229 bool isBitcast : 1; variable
|
D | InstrInfoEmitter.cpp | 484 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
|
D | CodeGenDAGPatterns.cpp | 2745 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()
|
D | CodeGenInstruction.cpp | 308 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 248 return MI.isBitcast() || in isUncoalescableCopy() 1087 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter() 1830 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast() 2059 if (Def->isBitcast()) in getNextSourceImpl()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 251 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 195 let isBitcast = 1 in 206 let isBitcast = 1 in { 220 } // isBitcast
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 183 let isBitcast = 1 in 194 let isBitcast = 1 in { 208 } // isBitcast
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 252 let isBitcast = 1 in 266 let SchedRW = [WriteMove], isBitcast = 1 in {
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 509 bool isBitcast(QueryType Type = IgnoreBundle) const {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 760 bool isBitcast(QueryType Type = IgnoreBundle) const {
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 865 bool isBitcast(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 965 assert(Iter->isBitcast()); in selectBitCast()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1165 assert(Iter->isBitcast()); in selectBitCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1150 assert(Iter->isBitcast()); in selectBitCast()
|