Home
last modified time | relevance | path

Searched defs:Opcode (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h158 bool isSALU(uint16_t Opcode) const { in isSALU()
166 bool isVALU(uint16_t Opcode) const { in isVALU()
174 bool isSOP1(uint16_t Opcode) const { in isSOP1()
182 bool isSOP2(uint16_t Opcode) const { in isSOP2()
190 bool isSOPC(uint16_t Opcode) const { in isSOPC()
198 bool isSOPK(uint16_t Opcode) const { in isSOPK()
206 bool isSOPP(uint16_t Opcode) const { in isSOPP()
214 bool isVOP1(uint16_t Opcode) const { in isVOP1()
222 bool isVOP2(uint16_t Opcode) const { in isVOP2()
230 bool isVOP3(uint16_t Opcode) const { in isVOP3()
[all …]
DAMDGPUTargetTransformInfo.cpp84 unsigned AMDGPUTTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost()
95 int AMDGPUTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
/external/v8/test/unittests/compiler/
Dopcodes-unittest.cc16 #define OPCODE(Opcode) \ in IsCommonOpcode() argument
30 #define OPCODE(Opcode) \ in IsControlOpcode() argument
43 #define OPCODE(Opcode) \ in IsJsOpcode() argument
56 #define OPCODE(Opcode) \ in IsConstantOpcode() argument
69 #define OPCODE(Opcode) \ in IsComparisonOpcode() argument
89 #define OPCODE(Opcode) \ in TEST() argument
99 #define OPCODE(Opcode) \ in TEST() argument
109 #define OPCODE(Opcode) \ in TEST() argument
119 #define OPCODE(Opcode) \ in TEST() argument
129 #define OPCODE(Opcode) \ in TEST() argument
[all …]
/external/libchrome/sandbox/win/src/sidestep/
Dmini_disassembler_types.h140 struct Opcode { struct
162 SpecificOpcode opcode_if_f2_prefix_; argument
163 SpecificOpcode opcode_if_f3_prefix_; argument
164 SpecificOpcode opcode_if_66_prefix_; argument
170 const Opcode* table_; argument
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h96 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_00xxxxxx() local
101 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_01xxxxxx() local
119 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10011101() local
123 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10011111() local
127 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_1001nnnn() local
131 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10100nnn() local
137 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10101nnn() local
143 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10110000() local
160 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_10110010_uleb128() local
186 uint8_t Opcode = Opcodes[OI++ ^ 3]; in Decode_101101nn() local
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp101 int PPCTTIImpl::getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCost()
261 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost()
284 int PPCTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost()
290 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
294 int PPCTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost()
333 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
390 int PPCTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost()
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp31 static MCInst lowerRILow(const MachineInstr *MI, unsigned Opcode) { in lowerRILow()
45 static MCInst lowerRIHigh(const MachineInstr *MI, unsigned Opcode) { in lowerRIHigh()
59 static MCInst lowerRIEfLow(const MachineInstr *MI, unsigned Opcode) { in lowerRIEfLow()
85 static MCInst lowerSubvectorLoad(const MachineInstr *MI, unsigned Opcode) { in lowerSubvectorLoad()
95 static MCInst lowerSubvectorStore(const MachineInstr *MI, unsigned Opcode) { in lowerSubvectorStore()
DSystemZShortenInst.cpp103 bool SystemZShortenInst::shortenOn0(MachineInstr &MI, unsigned Opcode) { in shortenOn0()
113 bool SystemZShortenInst::shortenOn01(MachineInstr &MI, unsigned Opcode) { in shortenOn01()
125 bool SystemZShortenInst::shortenOn001(MachineInstr &MI, unsigned Opcode) { in shortenOn001()
139 unsigned Opcode) { in shortenOn001AddCC()
152 bool SystemZShortenInst::shortenFPConv(MachineInstr &MI, unsigned Opcode) { in shortenFPConv()
DSystemZInstrInfo.cpp147 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo() local
173 unsigned Opcode; in emitGRX32Move() local
432 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) { in isShift()
501 static unsigned getConditionalMove(unsigned Opcode) { in getConditionalMove()
510 unsigned Opcode = MI->getOpcode(); in isPredicable() local
538 unsigned Opcode = MI->getOpcode(); in PredicateInstruction() local
570 unsigned Opcode; in copyPhysReg() local
642 static LogicOp interpretAndImmediate(unsigned Opcode) { in interpretAndImmediate()
682 unsigned Opcode = MI->getOpcode(); in convertToThreeAddress() local
760 unsigned Opcode = MI->getOpcode(); in foldMemoryOperandImpl() local
[all …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.h74 void EmitInt8(unsigned Opcode) { in EmitInt8()
79 void EmitInt16(unsigned Opcode) { in EmitInt16()
85 void EmitBytes(const uint8_t *Opcode, size_t Size) { in EmitBytes()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp50 int ARMTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost()
243 int ARMTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
270 int ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
388 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost()
459 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
472 int ARMTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost()
DARMLoadStoreOptimizer.cpp175 unsigned Opcode = MI->getOpcode(); in getMemoryOpOffset() local
210 static int getLoadStoreMultipleOpcode(unsigned Opcode, ARM_AM::AMSubMode Mode) { in getLoadStoreMultipleOpcode()
295 static ARM_AM::AMSubMode getLoadStoreMultipleSubMode(unsigned Opcode) { in getLoadStoreMultipleSubMode()
579 bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg, in CreateLoadStoreMulti()
775 bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg, in CreateLoadStoreDouble()
798 unsigned Opcode = First->getOpcode(); in MergeOpsUpdate() local
922 unsigned Opcode = FirstMI->getOpcode(); in FormCandidates() local
1173 unsigned Opcode = MI->getOpcode(); in MergeBaseUpdateLSMultiple() local
1277 unsigned Opcode = MI->getOpcode(); in MergeBaseUpdateLoadStore() local
1375 unsigned Opcode = MI.getOpcode(); in MergeBaseUpdateLSDouble() local
[all …]
DARMBaseInstrInfo.h371 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction()
385 bool canCauseFpMLxStall(unsigned Opcode) const { in canCauseFpMLxStall()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp64 int AArch64TTIImpl::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost()
179 int AArch64TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost()
294 int AArch64TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
320 unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, in getArithmeticInstrCost()
380 int AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
411 int AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
440 int AArch64TTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.cpp19 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { in InvertPredicate()
53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp49 int TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty, in getOperationCost()
196 int TargetTransformInfo::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost()
223 unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost()
239 int TargetTransformInfo::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost()
252 int TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
259 int TargetTransformInfo::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
266 int TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
274 int TargetTransformInfo::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost()
284 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
317 int TargetTransformInfo::getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandPredSpillCode.cpp88 unsigned Opcode; in runOnMachineFunction() local
128 unsigned Opcode; in runOnMachineFunction() local
171 unsigned Opcode; in runOnMachineFunction() local
210 unsigned Opcode; in runOnMachineFunction() local
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h47 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
256 unsigned getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCost()
272 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost()
285 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { return 1; } in getCastInstrCost()
287 unsigned getCFInstrCost(unsigned Opcode) { return 1; } in getCFInstrCost()
289 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
293 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost()
297 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
302 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost()
307 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost()
DTargetTransformInfo.h651 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost()
763 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost()
774 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) override { in getCastInstrCost()
777 int getCFInstrCost(unsigned Opcode) override { in getCFInstrCost()
780 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) override { in getCmpSelInstrCost()
783 int getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) override { in getVectorInstrCost()
786 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
790 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost()
794 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, in getInterleavedMemoryOpCost()
800 int getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp107 int Opcode = isImmU6(OpImm) ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in IfNeededExtSP() local
129 int Opcode = isImmU6(OpImm) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in IfNeededLDAWSP() local
200 int Opcode = isImmU6(Offset) ? XCore::LDWSP_ru6 : XCore::LDWSP_lru6; in RestoreSpillList() local
261 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6; in emitPrologue() local
286 int Opcode = isImmU6(Offset) ? XCore::STWSP_ru6 : XCore::STWSP_lru6; in emitPrologue() local
399 int Opcode = isImmU6(RemainingAdj) ? XCore::RETSP_u6 : XCore::RETSP_lu6; in emitEpilogue() local
406 int Opcode = isImmU6(RemainingAdj) ? XCore::LDAWSP_ru6 : in emitEpilogue() local
516 int Opcode = isU6 ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in eliminateCallFramePseudoInstr() local
521 int Opcode = isU6 ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in eliminateCallFramePseudoInstr() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp71 uint8_t Opcode; member
79 void addInstruction(uint8_t Opcode) { in addInstruction()
83 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction()
88 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction()
103 uint8_t Opcode = Data.getU8(Offset); in parseInstructions() local
350 static void printOperand(raw_ostream &OS, uint8_t Opcode, unsigned OperandIdx, in printOperand()
415 uint8_t Opcode = Instr.Opcode; in dumpInstructions() local
/external/llvm/include/llvm/MC/
DMCInstrInfo.h45 const MCInstrDesc &get(unsigned Opcode) const { in get()
51 const char *getName(unsigned Opcode) const { in getName()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp89 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost()
527 int X86TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost()
853 int X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
914 int X86TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost()
951 int X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
994 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost()
1059 int X86TTIImpl::getReductionCost(unsigned Opcode, Type *ValTy, in getReductionCost()
1178 int X86TTIImpl::getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h200 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost()
338 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost()
431 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost()
436 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost()
474 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost()
481 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
512 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost()
770 unsigned getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) { in getReductionCost()
/external/llvm/lib/IR/
DInstruction.cpp493 bool Instruction::isAssociative(unsigned Opcode) { in isAssociative()
499 unsigned Opcode = getOpcode(); in isAssociative() local
540 bool Instruction::isIdempotent(unsigned Opcode) { in isIdempotent()
553 bool Instruction::isNilpotent(unsigned Opcode) { in isNilpotent()

12345678910