Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp650 std::vector<unsigned> &UnsignedVecForMBB, in mapToLegalUnsigned()
680 UnsignedVecForMBB.push_back(MINumber); in mapToLegalUnsigned()
702 std::vector<unsigned> &UnsignedVecForMBB, in mapToIllegalUnsigned()
716 UnsignedVecForMBB.push_back(IllegalInstrNumber); in mapToIllegalUnsigned()
768 std::vector<unsigned> UnsignedVecForMBB; in convertToUnsignedVec() local
775 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
781 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
786 NumLegalInBlock, UnsignedVecForMBB, InstrListForMBB); in convertToUnsignedVec()
789 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
808 mapToIllegalUnsigned(It, CanOutlineWithPrevInstr, UnsignedVecForMBB, in convertToUnsignedVec()
[all …]