Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h2297 class BuildConstantAction : public MatchAction {
2302 BuildConstantAction(unsigned TempRegID, int64_t Val) in BuildConstantAction() function
H A DGlobalISelMatchTable.cpp2233 void BuildConstantAction::emitActionOpcodes(MatchTable &Table, in emitActionOpcodes()
H A DGlobalISelCombinerEmitter.cpp2385 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()