Home
last modified time | relevance | path

Searched refs:materializeConstant (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h533 Register materializeConstant(const Value *V, MVT VT);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp279 Register FastISel::materializeConstant(const Value *V, MVT VT) { in materializeConstant() function in FastISel
340 Reg = materializeConstant(V, VT); in materializeRegForValue()