/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | SIInstrInfo.h | 139 bool isSALU(uint16_t Opcode) const { in isSALU() 143 bool isVALU(uint16_t Opcode) const { in isVALU() 147 bool isSOP1(uint16_t Opcode) const { in isSOP1() 151 bool isSOP2(uint16_t Opcode) const { in isSOP2() 155 bool isSOPC(uint16_t Opcode) const { in isSOPC() 159 bool isSOPK(uint16_t Opcode) const { in isSOPK() 163 bool isSOPP(uint16_t Opcode) const { in isSOPP() 167 bool isVOP1(uint16_t Opcode) const { in isVOP1() 171 bool isVOP2(uint16_t Opcode) const { in isVOP2() 175 bool isVOP3(uint16_t Opcode) const { in isVOP3() [all …]
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCPredicates.cpp | 19 PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { in InvertPredicate() 53 PPC::Predicate PPC::getSwappedPredicate(PPC::Predicate Opcode) { in getSwappedPredicate()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A 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()
|
/minix3/minix/drivers/power/acpi/parser/ |
H A D | psopinfo.c | 76 UINT16 Opcode) in AcpiPsGetOpcodeInfo() 173 UINT16 Opcode) in AcpiPsGetOpcodeName()
|
H A D | psutils.c | 99 UINT16 Opcode) in AcpiPsInitOp() 129 UINT16 Opcode) in AcpiPsAllocOp()
|
H A D | psparse.c | 78 UINT32 Opcode) in AcpiPsGetOpcodeSize() 111 UINT16 Opcode; in AcpiPsPeekOpcode() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A 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 …]
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCInstrInfo.h | 48 const MCInstrDesc &get(unsigned Opcode) const { in get() 54 const char *getName(unsigned Opcode) const { in getName()
|
H A D | MCInstBuilder.h | 27 MCInstBuilder(unsigned Opcode) { in MCInstBuilder()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 199 unsigned PPCTTI::getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCost() 333 unsigned Opcode, Type *Ty, OperandValueKind Op1Info, in getArithmeticInstrCost() 348 unsigned PPCTTI::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) const { in getCastInstrCost() 354 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 359 unsigned PPCTTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 394 unsigned PPCTTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.h | 23 static inline ShiftOpc getShiftOpcForNode(unsigned Opcode) { in getShiftOpcForNode()
|
H A D | ARMTargetTransformInfo.cpp | 184 unsigned ARMTTI::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() 383 unsigned ARMTTI::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() 403 unsigned ARMTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 509 unsigned Opcode, Type *Ty, OperandValueKind Op1Info, in getArithmeticInstrCost() 584 unsigned ARMTTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost()
|
H A D | ARMBaseInstrInfo.h | 361 bool isFpMLxInstruction(unsigned Opcode) const { in isFpMLxInstruction() 375 bool canCauseFpMLxStall(unsigned Opcode) const { in canCauseFpMLxStall()
|
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/ |
H A D | DWARFDebugFrame.cpp | 68 uint8_t Opcode; member 76 void addInstruction(uint8_t Opcode) { in addInstruction() 80 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() 85 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() 100 uint8_t Opcode = Data.getU8(Offset); in parseInstructions() local 187 uint8_t Opcode = Instr.Opcode; in dumpInstructions() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 190 unsigned AArch64TTI::getIntImmCost(unsigned Opcode, unsigned Idx, in getIntImmCost() 303 unsigned AArch64TTI::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() 386 unsigned AArch64TTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 412 unsigned Opcode, Type *Ty, OperandValueKind Opd1Info, in getArithmeticInstrCost() 473 unsigned AArch64TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 504 unsigned AArch64TTI::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A 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()
|
H A 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 753 unsigned Opcode = MI->getOpcode(); in foldMemoryOperandImpl() local [all …]
|
/minix3/minix/drivers/power/acpi/executer/ |
H A D | exmisc.c | 438 UINT16 Opcode, in AcpiExDoMathOp() 533 UINT16 Opcode, in AcpiExDoLogicalNumericOp() 604 UINT16 Opcode, in AcpiExDoLogicalOp()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A 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 262 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6; in emitPrologue() local 287 int Opcode = isImmU6(Offset) ? XCore::STWSP_ru6 : XCore::STWSP_lru6; in emitPrologue() local 394 int Opcode = isImmU6(RemainingAdj) ? XCore::RETSP_u6 : XCore::RETSP_lu6; in emitEpilogue() local 401 int Opcode = isImmU6(RemainingAdj) ? XCore::LDAWSP_ru6 : in emitEpilogue() local 512 int Opcode = isU6 ? XCore::EXTSP_u6 : XCore::EXTSP_lu6; in eliminateCallFramePseudoInstr() local 517 int Opcode = isU6 ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6; in eliminateCallFramePseudoInstr() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 185 unsigned Opcode, Type *Ty, OperandValueKind Op1Info, in getArithmeticInstrCost() 561 unsigned X86TTI::getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src) const { in getCastInstrCost() 765 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 835 unsigned X86TTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 874 unsigned X86TTI::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() 933 unsigned X86TTI::getReductionCost(unsigned Opcode, Type *ValTy, in getReductionCost() 1060 unsigned X86TTI::getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCost()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcISelDAGToDAG.cpp | 174 unsigned Opcode = N->getOpcode() == ISD::SDIV ? SP::SDIVrr : SP::UDIVrr; in Select() local 183 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr; in Select() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A 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()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | BasicTargetTransformInfo.cpp | 291 unsigned BasicTTI::getArithmeticInstrCost(unsigned Opcode, Type *Ty, in getArithmeticInstrCost() 361 unsigned BasicTTI::getCastInstrCost(unsigned Opcode, Type *Dst, in getCastInstrCost() 456 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 495 unsigned BasicTTI::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() 502 unsigned BasicTTI::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() 635 unsigned BasicTTI::getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSERegisterInfo.cpp | 69 static inline unsigned getLoadStoreOffsetSizeInBits(const unsigned Opcode) { in getLoadStoreOffsetSizeInBits() 89 static inline unsigned getLoadStoreOffsetAlign(const unsigned Opcode) { in getLoadStoreOffsetAlign()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 55 static bool isBinOpWithFlags(unsigned Opcode) { in isBinOpWithFlags()
|