Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2344 class BuildConstantAction : public MatchAction {
2349 BuildConstantAction(unsigned TempRegID, int64_t Val) in BuildConstantAction() function
H A DGlobalISelMatchTable.cpp2292 void BuildConstantAction::emitActionOpcodes(MatchTable &Table, in emitActionOpcodes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2057 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()