Home
last modified time | relevance | path

Searched defs:Opcode (Results 226 – 250 of 386) sorted by relevance

12345678910>>...16

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp151 static void emitBinary(MCStreamer &OutStreamer, unsigned Opcode, MCOperand &RS1, in emitBinary()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp285 bool BPFAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp215 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn() local
H A DThumb2InstrInfo.cpp522 unsigned Opcode = MI.getOpcode(); in rewriteT2FrameIndex() local
H A DARMConstantIslandPass.cpp1786 unsigned Opcode = U.MI->getOpcode(); in optimizeThumb2Instructions() local
1837 unsigned Opcode = Br.MI->getOpcode(); in optimizeThumb2Branches() local
1965 unsigned Opcode = Br.MI->getOpcode(); in optimizeThumb2Branches() local
/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp516 unsigned short Opcode = MCI.getOpcode(); in createInstrDescImpl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1357 bool FastISel::selectCast(const User *I, unsigned Opcode) { in selectCast()
1681 bool FastISel::selectOperator(const User *I, unsigned Opcode) { in selectOperator()
1860 Register FastISel::fastEmit_ri_(MVT VT, unsigned Opcode, unsigned Op0, in fastEmit_ri_()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4604 SDValue SITargetLowering::adjustLoadValueType(unsigned Opcode, in adjustLoadValueType()
4811 unsigned Opcode; in ReplaceNodeResults() local
4904 static SDNode *findUser(SDValue Value, unsigned Opcode) { in findUser()
6263 int Opcode = -1; in lowerImage() local
6650 unsigned Opcode; in LowerINTRINSIC_WO_CHAIN() local
7107 unsigned Opcode = 0; in LowerINTRINSIC_W_CHAIN() local
7389 unsigned Opcode = 0; in LowerINTRINSIC_W_CHAIN() local
9506 unsigned Opcode = Op.getOpcode(); in isCanonicalized() local
9669 unsigned Opcode = MI->getOpcode(); in isCanonicalized() local
10958 unsigned Opcode = Node->getMachineOpcode(); in adjustWritemask() local
[all …]
H A DSIFoldOperands.cpp216 unsigned Opcode = MI->getOpcode(); in updateOperand() local
940 static bool evalBinaryInstruction(unsigned Opcode, int32_t &Result, in evalBinaryInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp618 unsigned Opcode = Instruction->getOpcode(); in analyzeBranch() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h307 bool willNotOverflow(BinaryOperator::BinaryOps Opcode, const Value *LHS, in willNotOverflow()
H A DInstCombineMulDivRem.cpp396 BinaryOperator::BinaryOps Opcode = I.getOpcode(); in foldFPSignBitOps() local
968 Instruction::BinaryOps Opcode = I.getOpcode(); in narrowUDivURem() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp237 static bool isDuplexAGroup(unsigned Opcode) { in isDuplexAGroup()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h377 unsigned Opcode; in classof() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3235 const unsigned Opcode = Inst.getOpcode(); in validateConstantBusLimitations() local
3324 const unsigned Opcode = Inst.getOpcode(); in validateEarlyClobberLimitations() local
3516 static bool IsMovrelsSDWAOpcode(const unsigned Opcode) in IsMovrelsSDWAOpcode()
3648 static bool IsRevOpcode(const unsigned Opcode) in IsRevOpcode()
3780 const unsigned Opcode = Inst.getOpcode(); in validateLdsDirect() local
3825 auto Opcode = Inst.getOpcode(); in validateFlatOffset() local
3876 auto Opcode = Inst.getOpcode(); in validateSMEMOffset() local
3899 unsigned Opcode = Inst.getOpcode(); in validateSOPLiteral() local
3979 unsigned Opcode = Inst.getOpcode(); in validateVOP3Literal() local
4321 bool AMDGPUAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp322 unsigned Opcode = MI.getOpcode(); in getCondFromBranch() local
342 unsigned Opcode = MI.getOpcode(); in isRIPRelative() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp317 unsigned Opcode = I.getOpcode(); in select() local
1057 unsigned Opcode; in selectUadde() local
H A DX86ISelLowering.cpp10059 unsigned Opcode = 0; in createVariablePermute() local
12913 unsigned Opcode; in lowerShuffleAsShift() local
18236 unsigned Opcode; in lower1BitShuffle() local
22316 unsigned Opcode = 0; in EmitTest() local
25770 unsigned Opcode; in LowerINTRINSIC_WO_CHAIN() local
25824 unsigned Opcode; in LowerINTRINSIC_WO_CHAIN() local
25837 unsigned Opcode; in LowerINTRINSIC_WO_CHAIN() local
26327 unsigned Opcode; in LowerINTRINSIC_W_CHAIN() local
26355 unsigned Opcode; in LowerINTRINSIC_W_CHAIN() local
26378 unsigned Opcode; in LowerINTRINSIC_W_CHAIN() local
[all …]
H A DX86ExpandPseudo.cpp267 unsigned Opcode = MI.getOpcode(); in ExpandMI() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h375 MachineInstrBuilder buildInstr(unsigned Opcode) { in buildInstr()
1828 MachineInstrBuilder buildMemTransferInst(unsigned Opcode, const SrcOp &DstPtr, in buildMemTransferInst()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp243 char Opcode; member in __anondd6d32e60211::UnaryExprAST
247 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp110 unsigned Opcode; member
1509 for (auto Opcode : Opcodes) { in filterProcessor() local
1777 for (auto Opcode : Opcodes) { in emitTableEntries() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h374 inline bool isPCREL(unsigned Opcode) { in isPCREL()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h188 static inline bool atomicBarrierDroppedOnZero(unsigned Opcode) { in atomicBarrierDroppedOnZero()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacdisasm.h65 UINT8 Opcode; member

12345678910>>...16