/external/llvm/lib/Target/R600/ |
D | SIInstrInfo.h | 142 bool isSALU(uint16_t Opcode) const { in isSALU() 146 bool isVALU(uint16_t Opcode) const { in isVALU() 150 bool isSOP1(uint16_t Opcode) const { in isSOP1() 154 bool isSOP2(uint16_t Opcode) const { in isSOP2() 158 bool isSOPC(uint16_t Opcode) const { in isSOPC() 162 bool isSOPK(uint16_t Opcode) const { in isSOPK() 166 bool isSOPP(uint16_t Opcode) const { in isSOPP() 170 bool isVOP1(uint16_t Opcode) const { in isVOP1() 174 bool isVOP2(uint16_t Opcode) const { in isVOP2() 178 bool isVOP3(uint16_t Opcode) const { in isVOP3() [all …]
|
/external/lldb/include/lldb/Core/ |
D | Opcode.h | 42 Opcode () : m_type (eTypeInvalid) in Opcode() function 46 Opcode (uint8_t inst) : m_type (eType8) in Opcode() function 51 Opcode (uint16_t inst) : m_type (eType16) in Opcode() function 56 Opcode (uint32_t inst) : m_type (eType32) in Opcode() function 61 Opcode (uint64_t inst) : m_type (eType64) in Opcode() function 66 Opcode (uint8_t *bytes, size_t length) in Opcode() function
|
/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/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/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/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 101 unsigned PPCTTIImpl::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost() 246 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost() 261 unsigned PPCTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() 267 unsigned PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 272 unsigned PPCTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 312 unsigned PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 64 unsigned AArch64TTIImpl::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost() 179 unsigned AArch64TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() 262 unsigned AArch64TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 288 unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, in getArithmeticInstrCost() 349 unsigned AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 380 unsigned AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 50 unsigned ARMTTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() 248 unsigned ARMTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() 268 unsigned ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 393 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost() 468 unsigned ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
|
D | ARMSelectionDAGInfo.h | 23 static inline ShiftOpc getShiftOpcForNode(unsigned Opcode) { in getShiftOpcForNode()
|
D | ARMBaseInstrInfo.h | 361 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction() 375 bool canCauseFpMLxStall(unsigned Opcode) const { in canCauseFpMLxStall()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandPredSpillCode.cpp | 87 unsigned Opcode; in runOnMachineFunction() local 127 unsigned Opcode; in runOnMachineFunction() local 170 unsigned Opcode; in runOnMachineFunction() local 209 unsigned Opcode; in runOnMachineFunction() local
|
/external/llvm/include/llvm/MC/ |
D | MCInstrInfo.h | 48 const MCInstrDesc &get(unsigned Opcode) const { in get() 54 const char *getName(unsigned Opcode) const { in getName()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 49 unsigned TargetTransformInfo::getOperationCost(unsigned Opcode, Type *Ty, in getOperationCost() 171 unsigned TargetTransformInfo::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost() 194 unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost() 206 unsigned TargetTransformInfo::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() 215 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 220 unsigned TargetTransformInfo::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 225 unsigned TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() 232 TargetTransformInfo::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() 258 unsigned TargetTransformInfo::getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 54 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() 252 unsigned getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCost() 268 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost() 281 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { return 1; } in getCastInstrCost() 283 unsigned getCFInstrCost(unsigned Opcode) { return 1; } in getCFInstrCost() 285 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost() 289 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost() 293 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() 298 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost()
|
D | TargetTransformInfo.h | 608 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) override { in getOperationCost() 710 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost() 721 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) override { in getCastInstrCost() 724 unsigned getCFInstrCost(unsigned Opcode) override { in getCFInstrCost() 727 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 731 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 735 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() 739 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost() 743 unsigned getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 82 unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info, in getArithmeticInstrCost() 457 unsigned X86TTIImpl::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() 661 unsigned X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 731 unsigned X86TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 770 unsigned X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() 815 unsigned X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost() 881 unsigned X86TTIImpl::getReductionCost(unsigned Opcode, Type *ValTy, in getReductionCost() 1008 unsigned X86TTIImpl::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost()
|
/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()
|
D | SystemZInstrInfo.cpp | 141 unsigned Opcode = getOpcodeForOffset(isHighReg(Reg) ? HighOpcode : LowOpcode, in expandRXYPseudo() local 167 unsigned Opcode; in emitGRX32Move() local 426 static bool isShift(MachineInstr *MI, int Opcode, int64_t Imm) { in isShift() 498 static unsigned getConditionalMove(unsigned Opcode) { in getConditionalMove() 507 unsigned Opcode = MI->getOpcode(); in isPredicable() local 539 unsigned Opcode = MI->getOpcode(); in PredicateInstruction() local 572 unsigned Opcode; in copyPhysReg() local 642 static LogicOp interpretAndImmediate(unsigned Opcode) { in interpretAndImmediate() 681 unsigned Opcode = MI->getOpcode(); in convertToThreeAddress() local 755 unsigned Opcode = MI->getOpcode(); in foldMemoryOperandImpl() local [all …]
|
/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 201 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 392 int Opcode = isImmU6(RemainingAdj) ? XCore::RETSP_u6 : XCore::RETSP_lu6; in emitEpilogue() local 399 int Opcode = isImmU6(RemainingAdj) ? XCore::LDAWSP_ru6 : in emitEpilogue() local 509 int Opcode = isU6 ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in eliminateCallFramePseudoInstr() local 514 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 339 static void printOperand(raw_ostream &OS, uint8_t Opcode, unsigned OperandIdx, in printOperand() 404 uint8_t Opcode = Instr.Opcode; in dumpInstructions() local
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 205 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) { in getOperationCost() 347 unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) { in getCastInstrCost() 441 unsigned getCFInstrCost(unsigned Opcode) { in getCFInstrCost() 446 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost() 485 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost() 492 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() 712 unsigned getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) { in getReductionCost()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 468 bool Instruction::isAssociative(unsigned Opcode) { in isAssociative() 474 unsigned Opcode = getOpcode(); in isAssociative() local 515 bool Instruction::isIdempotent(unsigned Opcode) { in isIdempotent() 528 bool Instruction::isNilpotent(unsigned Opcode) { in isNilpotent()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 173 unsigned Opcode = N->getOpcode() == ISD::SDIV ? SP::SDIVrr : SP::UDIVrr; in Select() local 182 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr; in Select() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsSERegisterInfo.cpp | 69 static inline unsigned getLoadStoreOffsetSizeInBits(const unsigned Opcode) { in getLoadStoreOffsetSizeInBits() 89 static inline unsigned getLoadStoreOffsetAlign(const unsigned Opcode) { in getLoadStoreOffsetAlign()
|
D | Mips16ISelDAGToDAG.cpp | 55 unsigned Opcode = Mips::Mflo16; in selectMULT() local 60 unsigned Opcode = Mips::Mfhi16; in selectMULT() local 245 unsigned Opcode = Node->getOpcode(); in selectNode() local
|