Lines Matching refs:Pass
28 Pass::Pass() : consumer_(nullptr), context_(nullptr), already_run_(false) {}
30 Pass::Status Pass::Run(IRContext* ctx) {
37 Pass::Status status = Process();
48 uint32_t Pass::GetPointeeTypeId(const Instruction* ptrInst) const {
54 Instruction* Pass::GetBaseType(uint32_t ty_id) {
67 bool Pass::IsFloat(uint32_t ty_id, uint32_t width) {
73 uint32_t Pass::GetNullId(uint32_t type_id) {
84 uint32_t Pass::GenerateCopy(Instruction* object_to_copy, uint32_t new_type_id,