Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp97 GlobalValuePseudoSourceValue::GlobalValuePseudoSourceValue( in GlobalValuePseudoSourceValue() function in GlobalValuePseudoSourceValue
139 std::unique_ptr<const GlobalValuePseudoSourceValue> &E = in getGlobalValueCallEntry()
142 E = std::make_unique<GlobalValuePseudoSourceValue>(GV, TM); in getGlobalValueCallEntry()
H A DMachineOperand.cpp1219 cast<GlobalValuePseudoSourceValue>(PVal)->getValue()->printAsOperand( in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h123 class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue {
127 GlobalValuePseudoSourceValue(const GlobalValue *GV, const TargetMachine &TM);
H A DPseudoSourceValueManager.h34 std::unique_ptr<const GlobalValuePseudoSourceValue>>