Home
last modified time | relevance | path

Searched refs:GlobalValuePseudoSourceValue (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp99 GlobalValuePseudoSourceValue::GlobalValuePseudoSourceValue( in GlobalValuePseudoSourceValue() function in GlobalValuePseudoSourceValue
139 std::unique_ptr<const GlobalValuePseudoSourceValue> &E = in getGlobalValueCallEntry()
142 E = llvm::make_unique<GlobalValuePseudoSourceValue>(GV, TII); in getGlobalValueCallEntry()
DMachineOperand.cpp1109 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>>
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h128 class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue {
132 GlobalValuePseudoSourceValue(const GlobalValue *GV,
164 std::unique_ptr<const GlobalValuePseudoSourceValue>>