Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp90 GlobalValuePseudoSourceValue::GlobalValuePseudoSourceValue( in GlobalValuePseudoSourceValue() function in GlobalValuePseudoSourceValue
125 std::unique_ptr<const GlobalValuePseudoSourceValue> &E = in getGlobalValueCallEntry()
128 E = llvm::make_unique<GlobalValuePseudoSourceValue>(GV); in getGlobalValueCallEntry()
DMIRPrinter.cpp912 cast<GlobalValuePseudoSourceValue>(PVal)->getValue()->printAsOperand( in print()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h119 class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue {
123 GlobalValuePseudoSourceValue(const GlobalValue *GV);
153 std::unique_ptr<const GlobalValuePseudoSourceValue>>