HomeSort by relevance Sort by last modified time
    Searched defs:Opcode (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 687 BinaryOperatorKind Opcode = BO->getOpcode();
688 if (Opcode != BO_Assign &&
689 Opcode != BO_EQ &&
690 Opcode != BO_NE)
698 if (Opcode != BO_Assign && isZero(BO->getLHS())) {
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 605 int Opcode = MI->getOpcode();
606 bool IsDestroy = Opcode == TII.getCallFrameDestroyOpcode();
AArch64InstrInfo.cpp 119 /// Does the Opcode represent a conditional branch that we can remove and re-add
131 /// date. First element will be the opcode, and subsequent ones define the
349 unsigned Opcode = MI.getOpcode();
350 switch (Opcode) {
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 67 unsigned Opcode = 0;
71 Opcode = isEg ? AMDGPU::CF_TC_EG : AMDGPU::CF_TC_R600;
74 Opcode = isEg ? AMDGPU::CF_VC_EG : AMDGPU::CF_VC_R600;
77 Opcode = isEg ? AMDGPU::CF_CALL_FS_EG : AMDGPU::CF_CALL_FS_R600;
80 Opcode = isEg ? AMDGPU::WHILE_LOOP_EG : AMDGPU::WHILE_LOOP_R600;
83 Opcode = isEg ? AMDGPU::END_LOOP_EG : AMDGPU::END_LOOP_R600;
86 Opcode = isEg ? AMDGPU::LOOP_BREAK_EG : AMDGPU::LOOP_BREAK_R600;
89 Opcode = isEg ? AMDGPU::CF_CONTINUE_EG : AMDGPU::CF_CONTINUE_R600;
92 Opcode = isEg ? AMDGPU::CF_JUMP_EG : AMDGPU::CF_JUMP_R600;
95 Opcode = isEg ? AMDGPU::CF_ELSE_EG : AMDGPU::CF_ELSE_R600
    [all...]
AMDGPUISelDAGToDAG.cpp 179 unsigned Opcode = I->getMachineOpcode();
180 bool HasDst = TII->getOperandIdx(Opcode, AMDGPU::OpName::dst) > -1;
202 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0),
203 TII->getOperandIdx(Opcode, AMDGPU::OpName::src1),
204 TII->getOperandIdx(Opcode, AMDGPU::OpName::src2),
205 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0_X),
206 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0_Y),
207 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0_Z),
208 TII->getOperandIdx(Opcode, AMDGPU::OpName::src0_W),
209 TII->getOperandIdx(Opcode, AMDGPU::OpName::src1_X)
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 35 import org.jf.dexlib.Code.Opcode;
190 Opcode.updateMapsForApiLevel(apiLevel, jumboInstructions);
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler_types.h 15 // This opcode is not used
17 // This disassembler does not recognize this opcode (error)
117 // Everything that's in an Opcode (see below) except the three
118 // alternative opcode structs for different prefixes.
121 // byte in the opcode.
124 // The opcode type
140 struct Opcode {
142 // byte in the opcode.
145 // The opcode type
158 // Alternative opcode info if certain prefixes are specified
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 243 rc_opcode Opcode;
269 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode)
271 assert((unsigned int)opcode < MAX_RC_OPCODE);
272 assert(rc_opcodes[opcode].Opcode == opcode);
274 return &rc_opcodes[opcode];
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler_types.h 44 // This opcode is not used
46 // This disassembler does not recognize this opcode (error)
156 // Everything that's in an Opcode (see below) except the three
157 // alternative opcode structs for different prefixes.
160 // byte in the opcode.
163 // The opcode type
179 struct Opcode {
181 // byte in the opcode.
184 // The opcode type
197 // Alternative opcode info if certain prefixes are specified
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler_types.h 44 // This opcode is not used
46 // This disassembler does not recognize this opcode (error)
156 // Everything that's in an Opcode (see below) except the three
157 // alternative opcode structs for different prefixes.
160 // byte in the opcode.
163 // The opcode type
179 struct Opcode {
181 // byte in the opcode.
184 // The opcode type
197 // Alternative opcode info if certain prefixes are specified
    [all...]
  /external/chromium_org/tools/memory_watcher/
mini_disassembler_types.h 17 // This opcode is not used
19 // This disassembler does not recognize this opcode (error)
119 // Everything that's in an Opcode (see below) except the three
120 // alternative opcode structs for different prefixes.
123 // byte in the opcode.
126 // The opcode type
142 struct Opcode {
144 // byte in the opcode.
147 // The opcode type
160 // Alternative opcode info if certain prefixes are specified
    [all...]
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler_types.h 15 // This opcode is not used
17 // This disassembler does not recognize this opcode (error)
117 // Everything that's in an Opcode (see below) except the three
118 // alternative opcode structs for different prefixes.
121 // byte in the opcode.
124 // The opcode type
140 struct Opcode {
142 // byte in the opcode.
145 // The opcode type
158 // Alternative opcode info if certain prefixes are specified
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 138 unsigned short Opcode; // The opcode number
161 /// \brief Return the opcode number for this descriptor.
163 return Opcode;
556 /// or zero if the encoding size cannot be known from the opcode.
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 326 static const NEONLdStTableEntry *LookupNEONLdSt(unsigned Opcode) {
341 std::lower_bound(NEONLdStTable, NEONLdStTable + NumEntries, Opcode);
342 if (I != NEONLdStTable + NumEntries && I->PseudoOpc == Opcode)
614 unsigned Opcode = MI.getOpcode();
619 bool isCC = Opcode == ARM::MOVCCi32imm || Opcode == ARM::t2MOVCCi32imm;
624 (Opcode == ARM::MOVi32imm || Opcode == ARM::MOVCCi32imm)) {
    [all...]
Thumb2SizeReduction.cpp 44 uint16_t WideOpc; // Wide opcode
45 uint16_t NarrowOpc1; // Narrow opcode to transform to
46 uint16_t NarrowOpc2; // Narrow opcode when it's two-address
107 // FIXME: Clean this up after splitting each Thumb load / store opcode
147 /// ReduceOpcodeMap - Maps wide opcode to index of entry in ReduceTable.
318 /// Old opcode has an optional def of CPSR.
321 // If old opcode does not implicitly define CPSR, then it's not ok since
383 llvm_unreachable("Unexpected Thumb2 load / store opcode!");
618 // source insn opcode. So for now, we hack a local entry record to use.
895 unsigned Opcode = MI->getOpcode()
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 251 unsigned Opcode;
257 Opcode = NVPTX::LD_i8_avar;
260 Opcode = NVPTX::LD_i16_avar;
263 Opcode = NVPTX::LD_i32_avar;
266 Opcode = NVPTX::LD_i64_avar;
269 Opcode = NVPTX::LD_f32_avar;
272 Opcode = NVPTX::LD_f64_avar;
280 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
286 Opcode = NVPTX::LD_i8_asi;
289 Opcode = NVPTX::LD_i16_asi
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 37 // each having the opcode given by NewOpcode.
296 // If Opcode is a move that has a conditional variant, return that variant,
298 static unsigned getConditionalMove(unsigned Opcode) {
299 switch (Opcode) {
307 unsigned Opcode = MI->getOpcode();
309 getConditionalMove(Opcode))
339 unsigned Opcode = MI->getOpcode();
341 if (unsigned CondOpcode = getConditionalMove(Opcode)) {
367 unsigned Opcode;
369 Opcode = SystemZ::LR
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 527 /// EmitVEXOpcodePrefix - AVX instructions are encoded using a opcode prefix
539 // VEX_R: opcode externsion equivalent to REX.R in
562 // VEX_W: opcode specific (use like REX.W, or used for
563 // opcode extension, or ignored, depending on the opcode byte)
572 // 0b00001: implied 0F leading opcode
573 // 0b00010: implied 0F 38 leading opcode bytes
574 // 0b00011: implied 0F 3A leading opcode bytes
593 // VEX_PP: opcode extension providing equivalent
615 // Encode the operand size opcode prefix as needed
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 235 /// opcode and if it only has one use.
236 static BinaryOperator *isReassociableOp(Value *V, unsigned Opcode) {
238 cast<Instruction>(V)->getOpcode() == Opcode)
349 static void IncorporateWeight(APInt &LHS, const APInt &RHS, unsigned Opcode) {
367 if (Instruction::isIdempotent(Opcode)) {
374 if (Instruction::isNilpotent(Opcode)) {
380 if (Opcode == Instruction::Add) {
386 assert(Opcode == Instruction::Mul && "Unknown associative operation!");
444 /// opcode), or is the same kind of binary operator but has a use which either
501 unsigned Opcode = I->getOpcode()
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 243 rc_opcode Opcode;
269 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode)
271 assert((unsigned int)opcode < MAX_RC_OPCODE);
272 assert(rc_opcodes[opcode].Opcode == opcode);
274 return &rc_opcodes[opcode];
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 32 import org.jf.dexlib.Code.Opcode;
277 Opcode.updateMapsForApiLevel(apiLevel, jumboInstructions);
  /art/runtime/
dex_instruction.h 86 #define INSTRUCTION_ENUM(opcode, cname, p, f, r, i, a, v) cname = opcode,
159 int result = kInstructionSizeInCodeUnits[Opcode()];
185 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t);
191 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c);
197 DCHECK(FormatOf(Opcode()) >= k32x && FormatOf(Opcode()) <= k3rc);
203 DCHECK(FormatOf(Opcode()) == k51l)
443 Instruction::Code opcode; member in struct:art::DecodedInstruction
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 129 char Opcode;
132 UnaryExprAST(char opcode, ExprAST *operand)
133 : Opcode(opcode), Operand(operand) {}
562 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 134 char Opcode;
137 UnaryExprAST(char opcode, ExprAST *operand)
138 : Opcode(opcode), Operand(operand) {}
640 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 152 char Opcode;
155 UnaryExprAST(char opcode, ExprAST *operand)
156 : Opcode(opcode), Operand(operand) {}
658 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
660 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
    [all...]

Completed in 2362 milliseconds

1 23 4 5 6