Searched refs:hasSameValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp74 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { function in class:ARMConstantPoolValue
168 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { function in class:ARMConstantPoolConstant
170 return ACPC && ACPC->CVal == CVal && ARMConstantPoolValue::hasSameValue(ACPV);
207 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { function in class:ARMConstantPoolSymbol
209 return ACPS && ACPS->S == S && ARMConstantPoolValue::hasSameValue(ACPV);
247 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { function in class:ARMConstantPoolMBB
250 ARMConstantPoolValue::hasSameValue(ACPV);
H A DARMConstantPoolValue.h110 /// hasSameValue - Return true if this ARM constpool value can share the same
112 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
167 /// hasSameValue - Return true if this ARM constpool value can share the same
169 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
203 /// hasSameValue - Return true if this ARM constpool value can share the same
205 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
239 /// hasSameValue - Return true if this ARM constpool value can share the same
241 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
H A DARMBaseInstrInfo.cpp1496 return ACPV0->hasSameValue(ACPV1);

Completed in 243 milliseconds