Searched refs:getValueID (Results 1 – 25 of 25) sorted by relevance
228 unsigned getValueID() const { in getValueID() function337 return Val.getValueID() >= Value::ConstantFirstVal &&338 Val.getValueID() <= Value::ConstantLastVal;344 return Val.getValueID() == Value::ArgumentVal;350 return Val.getValueID() == Value::InlineAsmVal;356 return Val.getValueID() >= Value::InstructionVal;362 return Val.getValueID() == Value::BasicBlockVal;368 return Val.getValueID() == Value::FunctionVal;374 return Val.getValueID() == Value::GlobalVariableVal;380 return Val.getValueID() == Value::GlobalAliasVal;[all …]
225 return V->getValueID() == ConstantIntVal; in classof()291 return V->getValueID() == ConstantFPVal; in classof()333 return V->getValueID() == ConstantAggregateZeroVal; in classof()365 return V->getValueID() == ConstantArrayVal;423 return V->getValueID() == ConstantStructVal;470 return V->getValueID() == ConstantVectorVal;512 return V->getValueID() == ConstantPointerNullVal;633 return V->getValueID() == ConstantDataArrayVal ||634 V->getValueID() == ConstantDataVectorVal;688 return V->getValueID() == ConstantDataArrayVal;[all …]
126 return V->getValueID() >= ConstantFirstVal && in classof()127 V->getValueID() <= ConstantLastVal; in classof()
291 return V->getValueID() == Value::FunctionVal || in classof()292 V->getValueID() == Value::GlobalVariableVal || in classof()293 V->getValueID() == Value::GlobalAliasVal; in classof()
63 return V->getValueID() == MDStringVal; in classof()164 return V->getValueID() == MDNodeVal;
90 return V->getValueID() == ArgumentVal; in classof()
80 return V->getValueID() == Value::GlobalAliasVal; in classof()
83 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode()374 return V->getValueID() >= Value::InstructionVal; in classof()
197 return V->getValueID() == Value::GlobalVariableVal; in classof()
226 return V->getValueID() == Value::BasicBlockVal;
193 return V->getValueID() == Value::InlineAsmVal;
417 return V->getValueID() == Value::FunctionVal;
54 return V->getValueID() == PseudoSourceValueVal || in classof()55 V->getValueID() == FixedStackPseudoSourceValueVal; in classof()93 return V->getValueID() == FixedStackPseudoSourceValueVal; in classof()
531 (VE.getValueID(GV->getInitializer()) + 1)); in WriteModuleInfo()575 Vals.push_back(VE.getValueID(AI->getAliasee())); in WriteModuleInfo()621 Record.push_back(VE.getValueID(N->getOperand(i))); in WriteMDNode()690 Record.push_back(VE.getValueID(NMD->getOperand(i))); in WriteModuleMetadata()743 Record.push_back(VE.getValueID(MDs[i].second)); in WriteMetadataAttachment()967 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()976 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()982 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()983 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()995 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()[all …]
94 unsigned getValueID(const Value *V) const;
122 unsigned ValueEnumerator::getValueID(const Value *V) const { in getValueID() function in ValueEnumerator
371 if (L->getValueID() != R->getValueID()) in equivalentAsOperands()432 if (L->getValueID() != R->getValueID()) in equivalentAsOperands()
382 if (V->getValueID() == Value::InstructionVal + Opcode) { in match()513 if (V->getValueID() == Value::InstructionVal + Opc1 || in match()514 V->getValueID() == Value::InstructionVal + Opc2) { in match()
446 if (OpF1->getValueID() != OpF2->getValueID() || in compare()
1158 if (V->getValueID() == Value::PseudoSourceValueVal || in WriteAsOperandInternal()1159 V->getValueID() == Value::FixedStackPseudoSourceValueVal) { in WriteAsOperandInternal()
502 unsigned LID = LV->getValueID(), in compare()503 RID = RV->getValueID(); in compare()3610 unsigned Opcode = Op->getValueID() - Value::InstructionVal; in createSCEV()3628 Op->getValueID() == Instruction::Mul + Value::InstructionVal; in createSCEV()
667 switch (C->getValueID()) { in emitConstantToMemory()
11718 (getValueID):
14997 (getValueID): Ditto.
48586 * css/CSSGrammar.y: Remove getPropertyID and getValueID. Both are now in CSSParser.cpp