Home
last modified time | relevance | path

Searched defs:Opcode (Results 101 – 125 of 386) sorted by relevance

12345678910>>...16

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp231 int R600InstrInfo::getSelIdx(unsigned Opcode, unsigned SrcIdx) const { in getSelIdx()
619 isPredicateSetter(unsigned Opcode) { in isPredicateSetter()
642 bool isJump(unsigned Opcode) { in isJump()
646 static bool isBranch(unsigned Opcode) { in isBranch()
1217 unsigned Opcode, in buildDefaultInstruction()
1298 unsigned Opcode; in buildSlotOfVectorInstruction() local
1362 int R600InstrInfo::getOperandIdx(unsigned Opcode, unsigned Op) const { in getOperandIdx()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp188 unsigned Opcode = MCID.getOpcode(); in hasRAWHazard() local
196 static bool isFpMulInstruction(unsigned Opcode) { in isFpMulInstruction()
H A DThumb1InstrInfo.cpp150 unsigned Opcode = N->getMachineOpcode(); in canCopyGluedNodeDuringSchedule() local
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp228 DIDumpOptions DumpOpts, uint8_t Opcode, in prettyPrintRegisterOp()
411 uint8_t Opcode = Op.getCode(); in printCompactDWARFExpr() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp319 static void SimplifyShortImmForm(MCInst &Inst, unsigned Opcode) { in SimplifyShortImmForm()
370 unsigned Opcode) { in SimplifyShortMoveForm()
459 static unsigned convertTailJumpOpcode(unsigned Opcode) { in convertTailJumpOpcode()
826 unsigned Opcode; in Lower() local
1287 unsigned Opcode = FaultingMI.getOperand(3).getImm(); in LowerFAULTING_OP() local
1333 unsigned Opcode = MI.getOperand(1).getImm(); in LowerPATCHABLE_OP() local
H A DX86DiscriminateMemOps.cpp73 bool IsPrefetchOpcode(unsigned Opcode) { in IsPrefetchOpcode()
H A DX86FlagsCopyLowering.cpp168 static FlagArithMnemonic getMnemonicFromOpcode(unsigned Opcode) { in getMnemonicFromOpcode()
342 static X86::CondCode getCondFromFCMOV(unsigned Opcode) { in getCondFromFCMOV()
890 auto getFCMOVOpcode = [](unsigned Opcode, bool Inverted) { in rewriteFCMov()
H A DX86FloatingPoint.cpp599 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup()
790 static unsigned getConcreteOpcode(unsigned Opcode) { in getConcreteOpcode()
846 int Opcode = Lookup(PopTable, I->getOpcode()); in popStackAfter() local
1357 int Opcode = Lookup(InstTable, MI.getOpcode()); in handleTwoArgFP() local
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacinterp.h70 UINT8 Opcode; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp237 static Value *expandBinOp(Instruction::BinaryOps Opcode, Value *V, in expandBinOp()
271 static Value *expandCommutativeBinOp(Instruction::BinaryOps Opcode, in expandCommutativeBinOp()
289 static Value *SimplifyAssociativeBinOp(Instruction::BinaryOps Opcode, in SimplifyAssociativeBinOp()
596 static Constant *foldOrCommuteConstant(Instruction::BinaryOps Opcode, in foldOrCommuteConstant()
1954 Instruction::BinaryOps Opcode) { in simplifyLogicOfAddSub()
3878 unsigned Opcode = BO->getOpcode(); in SimplifyWithOpReplaced() local
4761 static Constant *foldConstant(Instruction::UnaryOps Opcode, in foldConstant()
5071 static Value *simplifyFPUnOp(unsigned Opcode, Value *Op, in simplifyFPUnOp()
5093 static Value *SimplifyBinOp(unsigned Opcode, Value *LHS, Value *RHS, in SimplifyBinOp()
5157 Value *llvm::SimplifyBinOp(unsigned Opcode, Value *LHS, Value *RHS, in SimplifyBinOp()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kExpandPseudo.cpp77 unsigned Opcode = MI.getOpcode(); in ExpandMI() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp73 StringRef Opcode, in printMemoryLoadIncrement()
92 StringRef Opcode, in printMemoryStoreIncrement()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h47 VPInstruction *createInstruction(unsigned Opcode, in createInstruction()
55 VPInstruction *createInstruction(unsigned Opcode, in createInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h48 UnaryConstantExpr(unsigned Opcode, Constant *C, Type *Ty) in UnaryConstantExpr()
73 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h192 InstructionCost getCommonMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getCommonMaskedMemoryOpCost()
1004 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst, in getExtractWithExtendCost()
1066 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost()
1118 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getMaskedMemoryOpCost()
1756 unsigned Opcode = IID == Intrinsic::sadd_with_overflow in getTypeBasedIntrinsicInstrCost() local
1784 unsigned Opcode = IID == Intrinsic::uadd_with_overflow in getTypeBasedIntrinsicInstrCost() local
2002 InstructionCost getArithmeticReductionCost(unsigned Opcode, VectorType *Ty, in getArithmeticReductionCost()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp114 int Opcode = RangeLSB >= 16 in EmitVFPRegSave() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h23 enum Opcode { enum
/netbsd/sys/external/bsd/acpica/dist/namespace/
H A Dnsxfname.c573 UINT16 Opcode; in ACPI_EXPORT_SYMBOL() local
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Daslcodegen.c254 UINT16 Opcode; in CgWriteAmlOpcode() member
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp120 unsigned Opcode = MI.getOpcode(); in computeKnownBitsImpl() local
522 unsigned Opcode = MI.getOpcode(); in computeNumSignBits() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h166 unsigned Opcode = State.MIs[InsnID]->getOpcode(); in executeMatchTable() local
189 const int64_t Opcode = State.MIs[InsnID]->getOpcode(); in executeMatchTable() local
843 int64_t Opcode = MatchTable[CurrentIdx++]; in executeMatchTable() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp399 unsigned Opcode = AArch64::getSVEPseudoMap(MI.getOpcode()); in expand_DestructiveOp() local
764 unsigned Opcode = MI.getOpcode(); in expandMI() local
859 unsigned Opcode; in expandMI() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp254 unsigned Opcode; in storeRegToStackSlot() local
348 unsigned Opcode; in loadRegFromStackSlot() local
714 unsigned Opcode = MI.getOpcode(); in getInstSizeInBytes() local
804 const unsigned Opcode = MI.getOpcode(); in isAsCheapAsAMove() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp399 static void setDeducedOverflowingFlags(Value *V, Instruction::BinaryOps Opcode, in setDeducedOverflowingFlags()
524 Instruction::BinaryOps Opcode = WO->getBinaryOp(); in processOverflowIntrinsic() local
549 Instruction::BinaryOps Opcode = SI->getBinaryOp(); in processSaturatingInst() local
941 Instruction::BinaryOps Opcode = BinOp->getOpcode(); in processBinOp() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp47 unsigned Opcode; member
2583 unsigned Opcode, CCValid; in getCmp() local
4160 unsigned Opcode, CCValid; in lowerINTRINSIC_W_CHAIN() local
4175 unsigned Opcode, CCValid; in lowerINTRINSIC_WO_CHAIN() local
4241 unsigned Opcode; member
5734 unsigned Opcode = Op.getOpcode(); in combineExtract() local
5945 unsigned Opcode = N->getOpcode(); in combineMERGE() local
6341 unsigned Opcode = N->getOpcode(); in combineINT_TO_FP() local
6742 unsigned Opcode = Op.getOpcode(); in getDemandedSrcElements() local
6870 unsigned Opcode = Op.getOpcode(); in computeKnownBitsForTargetNode() local
[all …]

12345678910>>...16