Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRDialect.td31 // declaration for the cir::CIRDialect::materializeConstant function. This
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h551 Register materializeConstant(const Value *V, MVT VT);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp280 Register FastISel::materializeConstant(const Value *V, MVT VT) { in materializeConstant() function in FastISel
341 Reg = materializeConstant(V, VT); in materializeRegForValue()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp88 Operation *cir::CIRDialect::materializeConstant(mlir::OpBuilder &builder, in materializeConstant() function in cir::CIRDialect