Home
last modified time | relevance | path

Searched refs:isExtractSubreg (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp136 FLAG(isExtractSubreg) in EmitInstrDocs()
H A DCodeGenInstruction.h274 bool isExtractSubreg : 1; variable
H A DCodeGenInstruction.cpp397 isExtractSubreg = R->getValueAsBit("isExtractSubreg"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp981 if (Inst.isExtractSubreg) OS << "|(1ULL<<MCID::ExtractSubreg)"; in emitRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp245 MI.isExtractSubreg())); in isCoalescableCopy()
965 assert(MI.isExtractSubreg() && "Invalid instruction"); in ExtractSubregRewriter()
1977 assert((Def->isExtractSubreg() || in getNextSourceFromExtractSubreg()
2069 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
H A DTargetInstrInfo.cpp1313 assert((MI.isExtractSubreg() || in getExtractSubregInputs()
1316 if (!MI.isExtractSubreg()) in getExtractSubregInputs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h580 if (isExtractSubreg() && OpIdx == 2)
1287 bool isExtractSubreg() const {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td560 bit isExtractSubreg = false; // Is this instruction a kind of extract subreg?
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst1931 bit isExtractSubreg = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrVFP.td1219 let isExtractSubreg = 1;