HomeSort by relevance Sort by last modified time
    Searched refs:LoadValue (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 85 const Value *LoadValue) const;
PPCHazardRecognizers.cpp 111 const Value *LoadValue) const {
114 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i])
119 if (StoreValue[i] == LoadValue) {
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.cc 25 Value* LoadValue(const std::string& filename) {
39 Value* LoadValue(const std::string& filename, Value::ValueType type) {
40 scoped_ptr<Value> result(LoadValue(filename));
52 LoadValue(filename, Value::TYPE_LIST));
57 LoadValue(filename, Value::TYPE_DICTIONARY));

Completed in 34 milliseconds