| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 64 unsigned Opcode; 69 : EType(ET), Opcode(O) {} 84 // For load and store we set the opcode to zero to make them equal. 109 unsigned getOpcode() const { return Opcode; } 110 void setOpcode(unsigned opcode) { Opcode = opcode; } 120 OS << "opcode = " << getOpcode() << ", ";
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
| MCInst.h | 160 unsigned Opcode = 0; 167 void setOpcode(unsigned Op) { Opcode = Op; } 168 unsigned getOpcode() const { return Opcode; }
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 59 unsigned Opcode; 63 : EType(ET), Opcode(O) {} 77 // For load and store we set the opcode to zero to make them equal. 87 unsigned getOpcode() const { return Opcode; } 88 void setOpcode(unsigned opcode) { Opcode = opcode; } 100 OS << "opcode = " << getOpcode() << ", ";
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/ |
| MCInst.h | 160 unsigned Opcode = 0; 167 void setOpcode(unsigned Op) { Opcode = Op; } 168 unsigned getOpcode() const { return Opcode; }
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 60 unsigned Opcode; 65 : EType(ET), Opcode(O), HashVal(0) {} 79 // For load and store we set the opcode to zero to make them equal. 102 unsigned getOpcode() const { return Opcode; } 103 void setOpcode(unsigned opcode) { Opcode = opcode; } 115 OS << "opcode = " << getOpcode() << ", ";
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/ |
| MCInst.h | 160 unsigned Opcode = 0; 167 void setOpcode(unsigned Op) { Opcode = Op; } 168 unsigned getOpcode() const { return Opcode; }
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 60 unsigned Opcode; 65 : EType(ET), Opcode(O), HashVal(0) {} 79 // For load and store we set the opcode to zero to make them equal. 102 unsigned getOpcode() const { return Opcode; } 103 void setOpcode(unsigned opcode) { Opcode = opcode; } 115 OS << "opcode = " << getOpcode() << ", ";
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/ |
| MCInst.h | 160 unsigned Opcode = 0; 171 void setOpcode(unsigned Op) { Opcode = Op; } 172 unsigned getOpcode() const { return Opcode; }
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 64 unsigned Opcode; 69 : EType(ET), Opcode(O) {} 84 // For load and store we set the opcode to zero to make them equal. 109 unsigned getOpcode() const { return Opcode; } 110 void setOpcode(unsigned opcode) { Opcode = opcode; } 120 OS << "opcode = " << getOpcode() << ", ";
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/ |
| MCInst.h | 160 unsigned Opcode = 0; 171 void setOpcode(unsigned Op) { Opcode = Op; } 172 unsigned getOpcode() const { return Opcode; }
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 64 unsigned Opcode; 69 : EType(ET), Opcode(O) {} 84 // For load and store we set the opcode to zero to make them equal. 109 unsigned getOpcode() const { return Opcode; } 110 void setOpcode(unsigned opcode) { Opcode = opcode; } 120 OS << "opcode = " << getOpcode() << ", ";
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/ |
| MCInst.h | 160 unsigned Opcode = 0; 171 void setOpcode(unsigned Op) { Opcode = Op; } 172 unsigned getOpcode() const { return Opcode; }
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 64 unsigned Opcode; 69 : EType(ET), Opcode(O) {} 84 // For load and store we set the opcode to zero to make them equal. 109 unsigned getOpcode() const { return Opcode; } 110 void setOpcode(unsigned opcode) { Opcode = opcode; } 120 OS << "opcode = " << getOpcode() << ", ";
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/ |
| MCInst.h | 160 unsigned Opcode = 0; 171 void setOpcode(unsigned Op) { Opcode = Op; } 172 unsigned getOpcode() const { return Opcode; }
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 64 unsigned Opcode; 69 : EType(ET), Opcode(O) {} 84 // For load and store we set the opcode to zero to make them equal. 109 unsigned getOpcode() const { return Opcode; } 110 void setOpcode(unsigned opcode) { Opcode = opcode; } 120 OS << "opcode = " << getOpcode() << ", ";
|
| /art/compiler/dex/ |
| inline_method_analyser.cc | 61 template <Instruction::Code opcode> bool Opcode(); 111 template <Instruction::Code opcode> 112 bool Matcher::Opcode() { 113 return instruction_->Opcode() == opcode; 118 return IsInstructionDirectConst(instruction_->Opcode()) && 119 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0 125 return IsInstructionIPut(instruction_->Opcode()) && 143 DCHECK_EQ(invoke_direct->Opcode(), Instruction::INVOKE_DIRECT) 453 Instruction::Code opcode = code_item->begin()->Opcode(); local 581 Instruction::Code opcode = instruction->Opcode(); local 645 Instruction::Code opcode = instruction->Opcode(); local [all...] |
| /art/compiler/utils/arm/ |
| constants_arm.h | 103 enum Opcode {
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/ |
| TftpServer.c | 390 // Set the TFTP opcode and block number
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/ |
| UfsHci.c | 74 @param[in] UicOpcode The executed UIC opcode.
173 DEBUG ((EFI_D_VERBOSE, "Query Response with Invalid Opcode\n"));
214 @param[in] Opcode The opcode of request.
225 IN UINT8 Opcode,
234 ASSERT (Opcode <= UtpQueryFuncOpcodeTogFlag);
236 TsfBase->Opcode = Opcode;
237 if (Opcode != UtpQueryFuncOpcodeNop) {
242 if ((Opcode == UtpQueryFuncOpcodeRdDesc) || (Opcode == UtpQueryFuncOpcodeWrDesc)) { [all...] |
| /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/ |
| OpalNvmeMode.h | 29 UINT8 Opcode;
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| IvarInvalidationChecker.cpp | 674 BinaryOperatorKind Opcode = BO->getOpcode(); 675 if (Opcode != BO_Assign && 676 Opcode != BO_EQ && 677 Opcode != BO_NE) 685 if (Opcode != BO_Assign && isZero(BO->getLHS())) {
|
| /external/llvm/include/llvm/MC/ |
| MCExpr.h | 332 enum Opcode { 340 Opcode Op; 343 MCUnaryExpr(Opcode Op, const MCExpr *Expr) 350 static const MCUnaryExpr *create(Opcode Op, const MCExpr *Expr, 370 Opcode getOpcode() const { return Op; } 385 enum Opcode { 412 Opcode Op; 415 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS) 422 static const MCBinaryExpr *create(Opcode Op, const MCExpr *LHS, 506 Opcode getOpcode() const { return Op; [all...] |
| /external/llvm/include/llvm/ObjectYAML/ |
| MachOYAML.h | 68 MachO::RebaseOpcode Opcode; 74 MachO::BindOpcode Opcode;
|
| /external/llvm/lib/IR/ |
| ConstantsContext.h | 41 UnaryConstantExpr(unsigned Opcode, Constant *C, Type *Ty) 42 : ConstantExpr(Ty, Opcode, &Op<0>(), 1) { 58 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, 60 : ConstantExpr(C1->getType(), Opcode, &Op<0>(), 2) { 441 uint8_t Opcode; 448 ConstantExprKeyType(unsigned Opcode, ArrayRef<Constant *> Ops, 453 : Opcode(Opcode), SubclassOptionalData(SubclassOptionalData), 457 : Opcode(CE->getOpcode()), 463 : Opcode(CE->getOpcode()) [all...] |
| /external/llvm/lib/Target/Mips/MCTargetDesc/ |
| MipsMCCodeEmitter.cpp | 226 unsigned Opcode = TmpInst.getOpcode(); 227 if ((Opcode != Mips::NOP) && (Opcode != Mips::SLL) && 228 (Opcode != Mips::SLL_MM) && !Binary) 229 llvm_unreachable("unimplemented opcode in encodeInstruction()"); 234 NewOpcode = Mips::MipsR62MicroMipsR6(Opcode, Mips::Arch_micromipsr6); 236 NewOpcode = Mips::Std2MicroMipsR6(Opcode, Mips::Arch_micromipsr6); 239 NewOpcode = Mips::Std2MicroMips(Opcode, Mips::Arch_micromips); 243 NewOpcode = Mips::Dsp2MicroMips(Opcode, Mips::Arch_mmdsp); 249 Opcode = NewOpcode [all...] |