Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp44 findMatchingInst(MachineBasicBlock::iterator &MBBI, unsigned InstOpcode,
124 unsigned InstOpcode, in findMatchingInst() argument
142 if (InstOpcode == RISCV::CM_MVA01S && in findMatchingInst()
157 } else if (InstOpcode == RISCV::CM_MVSA01 && in findMatchingInst()
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp384 static bool mayHaveInterruptDelaySlot(unsigned InstOpcode) {
385 switch (InstOpcode) {
386 mayHaveInterruptDelaySlot(unsigned InstOpcode) mayHaveInterruptDelaySlot() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp978 unsigned InstOpcode = I->getOpcode();
980 if (InstOpcode == Opcode || InstOpcode == AltOpcode)
982 if (Opcode == AltOpcode && isValidForAlternation(InstOpcode) &&
984 AltOpcode = InstOpcode;
994 if (InstOpcode == Opcode || InstOpcode == AltOpcode) in fixupOrderingIndices()
998 isValidForAlternation(InstOpcode) && in fixupOrderingIndices()
1000 AltOpcode = InstOpcode; in fixupOrderingIndices()
1010 assert(InstOpcode
784 unsigned InstOpcode = I->getOpcode(); getSameOpcode() local
[all...]