/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 158 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 …]
|
D | AMDGPUTargetTransformInfo.cpp | 84 unsigned AMDGPUTTIImpl::getCFInstrCost(unsigned Opcode) { in getCFInstrCost() 95 int AMDGPUTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
|
/external/v8/test/unittests/compiler/ |
D | opcodes-unittest.cc | 16 #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/ |
D | mini_disassembler_types.h | 140 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/ |
D | ARMEHABIPrinter.h | 96 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/ |
D | PPCTargetTransformInfo.cpp | 101 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/ |
D | SystemZAsmPrinter.cpp | 31 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()
|
D | SystemZShortenInst.cpp | 103 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()
|
D | SystemZInstrInfo.cpp | 147 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/ |
D | ARMUnwindOpAsm.h | 74 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/ |
D | ARMTargetTransformInfo.cpp | 50 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()
|
D | ARMLoadStoreOptimizer.cpp | 175 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 …]
|
D | ARMBaseInstrInfo.h | 371 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction() 385 bool canCauseFpMLxStall(unsigned Opcode) const { in canCauseFpMLxStall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 64 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/ |
D | PPCPredicates.cpp | 19 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { in InvertPredicate() 53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 49 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/ |
D | HexagonExpandPredSpillCode.cpp | 88 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/ |
D | TargetTransformInfoImpl.h | 47 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()
|
D | TargetTransformInfo.h | 651 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/ |
D | XCoreFrameLowering.cpp | 107 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/ |
D | DWARFDebugFrame.cpp | 71 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/ |
D | MCInstrInfo.h | 45 const MCInstrDesc &get(unsigned Opcode) const { in get() 51 const char *getName(unsigned Opcode) const { in getName()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 89 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/ |
D | BasicTTIImpl.h | 200 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/ |
D | Instruction.cpp | 493 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()
|