Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp811 return GenericOpc; in selectBinaryOp()
824 return GenericOpc; in selectBinaryOp()
841 return GenericOpc; in selectBinaryOp()
856 return GenericOpc; in selectBinaryOp()
861 return GenericOpc; in selectBinaryOp()
900 return GenericOpc; in selectLoadStoreUIOp()
1083 return GenericOpc; in selectFPConvOpc()
1118 return GenericOpc; in selectFPConvOpc()
1149 return GenericOpc; in selectFPConvOpc()
1152 return GenericOpc; in selectFPConvOpc()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp154 static unsigned selectLoadStoreOp(unsigned GenericOpc, unsigned RegBankID, in selectLoadStoreOp() argument
156 const bool IsStore = GenericOpc == TargetOpcode::G_STORE; in selectLoadStoreOp()
181 return GenericOpc; in selectLoadStoreOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53954 unsigned GenericOpc = IsSub ? ISD::SUB : ISD::ADD; in combineX86AddSub() local
53958 SDValue Res = DAG.getNode(GenericOpc, DL, VT, LHS, RHS); in combineX86AddSub()
53966 if (SDNode *GenericAddSub = DAG.getNodeIfExists(GenericOpc, VTs, Ops)) { in combineX86AddSub()