Home
last modified time | relevance | path

Searched defs:Opc (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h267 inline unsigned GetDefaultP2Align(unsigned Opc) { in GetDefaultP2Align()
275 inline bool isArgument(unsigned Opc) { in isArgument()
307 inline bool isCopy(unsigned Opc) { in isCopy()
329 inline bool isTee(unsigned Opc) { in isTee()
351 inline bool isCallDirect(unsigned Opc) { in isCallDirect()
363 inline bool isCallIndirect(unsigned Opc) { in isCallIndirect()
387 inline bool isMarker(unsigned Opc) { in isMarker()
407 inline bool isCatch(unsigned Opc) { in isCatch()
419 inline bool isLocalGet(unsigned Opc) { in isLocalGet()
441 inline bool isLocalSet(unsigned Opc) { in isLocalSet()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h564 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode()
571 static inline bool isVPTOpcode(int Opc) { in isVPTOpcode()
640 bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode()
644 static inline bool isJumpTableBranchOpcode(int Opc) { in isJumpTableBranchOpcode()
651 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode()
656 int Opc = MI.getOpcode(); in isIndirectCall() local
716 static inline bool isPopOpcode(int Opc) { in isPopOpcode()
722 static inline bool isPushOpcode(int Opc) { in isPushOpcode()
727 static inline bool isSubImmOpcode(int Opc) { in isSubImmOpcode()
734 static inline bool isMovRegOpcode(int Opc) { in isMovRegOpcode()
[all …]
H A DARMFastISel.cpp422 unsigned Opc; in ARMMaterializeFP() local
545 unsigned Opc; in ARMMaterializeGV() local
901 unsigned Opc; in ARMEmitLoad() local
1556 unsigned Opc; in SelectIToFP() local
1581 unsigned Opc; in SelectFPToI() local
1744 unsigned Opc; in SelectBinaryIntOp() local
1795 unsigned Opc; in SelectBinaryFPOp() local
2636 uint32_t Opc : 16; in ARMEmitIntExt() member
2695 unsigned Opc = ITP->Opc; in ARMEmitIntExt() local
2782 unsigned Opc = ARM::MOVsr; in SelectShift() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp157 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode()
159 static bool isI32CondBranchOpcode(int Opc) { in isI32CondBranchOpcode()
164 static bool isI64CondBranchOpcode(int Opc) { in isI64CondBranchOpcode()
169 static bool isFCondBranchOpcode(int Opc) { in isFCondBranchOpcode()
174 static bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode()
179 static bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode()
185 unsigned Opc = LastInst->getOpcode(); in parseCondBranch() local
326 unsigned Opc = Cond[0].getImm(); in insertBranch() local
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp280 unsigned Opc = getLocalGetOpcode(RC); in runOnMachineFunction() local
290 unsigned Opc = getLocalTeeOpcode(RC); in runOnMachineFunction() local
311 unsigned Opc = getDropOpcode(RC); in runOnMachineFunction() local
321 unsigned Opc = getLocalSetOpcode(RC); in runOnMachineFunction() local
381 unsigned Opc = getLocalGetOpcode(RC); in runOnMachineFunction() local
H A DWebAssemblyFastISel.cpp389 unsigned Opc = Subtarget->hasAddr64() ? WebAssembly::CONST_I64 in materializeLoadStoreOperands() local
605 unsigned Opc = in fastMaterializeAlloca() local
624 unsigned Opc = Subtarget->hasAddr64() ? WebAssembly::CONST_I64 in fastMaterializeConstant() local
662 unsigned Opc; in fastLowerArguments() local
772 unsigned Opc = IsDirect ? WebAssembly::CALL : WebAssembly::CALL_INDIRECT; in selectCall() local
929 unsigned Opc; in selectSelect() local
1030 unsigned Opc; in selectICmp() local
1099 unsigned Opc; in selectFCmp() local
1198 unsigned Opc; in selectLoad() local
1257 unsigned Opc; in selectStore() local
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DNoFolder.h48 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp()
53 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp()
58 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp()
63 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF()
68 Value *FoldUnOpFMF(Instruction::UnaryOps Opc, Value *V, in FoldUnOpFMF()
H A DConstantFolder.h43 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp()
55 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp()
68 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp()
86 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF()
91 Value *FoldUnOpFMF(Instruction::UnaryOps Opc, Value *V, in FoldUnOpFMF()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp144 unsigned HexagonGenPredicate::getPredForm(unsigned Opc) { in getPredForm()
189 unsigned Opc = MI->getOpcode(); in isConvertibleToPredForm() local
210 unsigned Opc = MI.getOpcode(); in collectPredicateGPR() local
256 unsigned Opc = DefI->getOpcode(); in getPredRegFor() local
285 bool HexagonGenPredicate::isScalarCmp(unsigned Opc) { in isScalarCmp()
370 unsigned Opc = MI->getOpcode(); in convertToPredForm() local
H A DHexagonCFGOptimizer.cpp62 static bool IsConditionalBranch(int Opc) { in IsConditionalBranch()
77 static bool IsUnconditionalJump(int Opc) { in IsUnconditionalJump()
126 int Opc = MI.getOpcode(); in runOnMachineFunction() local
H A DHexagonBitSimplify.cpp1112 unsigned Opc = MI.getOpcode(); in isLossyShiftLeft() local
1172 unsigned Opc = MI.getOpcode(); in isLossyShiftRight() local
1280 unsigned Opc = MI.getOpcode(); in computeUsedBits() local
1423 unsigned Opc = MI.getOpcode(); in isTfrConst() local
1480 unsigned Opc; in genTfrConst() local
1701 unsigned Opc = MI.getOpcode(); in propagateRegCopy() local
1950 unsigned Opc = MI->getOpcode(); in genStoreUpperHalf() local
1973 unsigned Opc = MI->getOpcode(); in genStoreImmediate() local
2050 unsigned Opc = MI->getOpcode(); in genPackhl() local
2082 unsigned Opc = MI->getOpcode(); in genExtractHalf() local
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h50 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp()
55 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp()
60 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp()
65 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF()
70 Value *FoldUnOpFMF(Instruction::UnaryOps Opc, Value *V, in FoldUnOpFMF()
H A DTargetFolder.h54 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp()
66 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp()
79 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp()
97 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF()
110 Value *FoldUnOpFMF(Instruction::UnaryOps Opc, Value *V, in FoldUnOpFMF()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp47 unsigned Opc = MI.getOpcode(); in isLoadFromStackSlot() local
69 unsigned Opc = MI.getOpcode(); in isStoreToStackSlot() local
87 unsigned Opc = 0, ZeroReg = 0; in copyPhysReg() local
252 unsigned Opc = 0; in storeRegToStack() local
325 unsigned Opc = 0; in loadRegFromStack() local
406 unsigned Opc; in expandPostRAPseudo() local
605 unsigned Opc = ABI.GetPtrAdduOp(); in adjustStackPtr() local
710 MipsSEInstrInfo::compareOpndSize(unsigned Opc, in compareOpndSize()
H A DMips16InstrInfo.cpp73 unsigned Opc = 0; in copyPhysReg() local
115 unsigned Opc = 0; in storeRegToStack() local
133 unsigned Opc = 0; in loadRegFromStack() local
219 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16; in makeFrame() local
249 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? in restoreFrame() local
H A DMipsRegisterBankInfo.cpp108 static bool isFloatingPointOpcode(unsigned Opc) { in isFloatingPointOpcode()
129 static bool isFloatingPointOpcodeUse(unsigned Opc) { in isFloatingPointOpcodeUse()
142 static bool isFloatingPointOpcodeDef(unsigned Opc) { in isFloatingPointOpcodeDef()
164 static bool isAmbiguous(unsigned Opc) { in isAmbiguous()
431 unsigned Opc = MI.getOpcode(); in getInstrMapping() local
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp137 unsigned Opc = ARC::SUB_rrlimm; in emitPrologue() local
254 unsigned Opc = ARC::SUB_rrlimm; in emitEpilogue() local
282 unsigned Opc = ARC::ADD_rrlimm; in emitEpilogue() local
297 unsigned Opc = ARC::ADD_rrlimm; in emitEpilogue() local
324 unsigned Opc = ARC::ADD_rrlimm; in emitEpilogue() local
454 unsigned Opc; in emitRegUpdate() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp333 unsigned Opc = 0; in X86FastEmitLoad() local
490 unsigned Opc = 0; in X86FastEmitStore() local
2276 unsigned Opc; in X86FastEmitPseudoSelect() local
2492 unsigned Opc = in X86SelectFPExt() local
2506 unsigned Opc = in X86SelectFPTrunc() local
2669 unsigned Opc; in fastLowerIntrinsicCall() local
2811 unsigned Opc; in fastLowerIntrinsicCall() local
3000 unsigned Opc; in fastLowerIntrinsicCall() local
3697 unsigned Opc = 0; in X86MaterializeInt() local
3729 unsigned Opc = 0; in X86MaterializeFP() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h29 unsigned Opc; variable
33 Inst(unsigned Opc, int64_t I) : Opc(Opc), Imm(I) { in Inst()
H A DRISCVMatInt.cpp148 unsigned Opc = Unsigned ? RISCV::SLLI_UW : RISCV::SLLI; in generateInstSeqImpl() local
257 unsigned Opc; in generateInstSeq() local
305 unsigned Opc = 0; in generateInstSeq() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h461 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode()
463 static inline bool isCondBranchOpcode(int Opc) { in isCondBranchOpcode()
480 static inline bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode()
492 static inline bool isPTrueOpcode(unsigned Opc) { in isPTrueOpcode()
H A DAArch64FastISel.cpp1675 unsigned Opc; in emitLogicalOp_ri() local
1726 unsigned Opc; in emitLogicalOp_rs() local
1824 unsigned Opc; in emitLoad() local
2063 unsigned Opc; in emitStoreRelease() local
2114 unsigned Opc; in emitStore() local
2680 unsigned Opc; in selectSelect() local
2840 unsigned Opc; in selectFPToInt() local
2885 unsigned Opc; in selectIntToFP() local
3599 unsigned Opc; in fastLowerIntrinsicCall() local
4368 unsigned Opc; in emitIntExt() local
[all …]
H A DAArch64ConditionOptimizer.cpp218 static int getComplementOpc(int Opc) { in getComplementOpc()
245 unsigned Opc = CmpMI->getOpcode(); in adjustCmp() local
274 unsigned Opc; in modifyCmp() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp108 void CSEMIRBuilder::profileEverything(unsigned Opc, ArrayRef<DstOp> DstOps, in profileEverything()
170 MachineInstrBuilder CSEMIRBuilder::buildInstr(unsigned Opc, in buildInstr()
305 constexpr unsigned Opc = TargetOpcode::G_CONSTANT; in buildConstant() local
332 constexpr unsigned Opc = TargetOpcode::G_FCONSTANT; in buildFConstant() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp355 int getMTBUFElements(unsigned Opc) { in getMTBUFElements()
385 int getMUBUFElements(unsigned Opc) { in getMUBUFElements()
410 bool getSMEMIsBuffer(unsigned Opc) { in getSMEMIsBuffer()
415 bool getVOP1IsSingle(unsigned Opc) { in getVOP1IsSingle()
420 bool getVOP2IsSingle(unsigned Opc) { in getVOP2IsSingle()
430 bool isVOPC64DPP(unsigned Opc) { in isVOPC64DPP()
434 bool getMAIIsDGEMM(unsigned Opc) { in getMAIIsDGEMM()
457 bool isVOPD(unsigned Opc) { in isVOPD()
461 bool isMAC(unsigned Opc) { in isMAC()
482 bool isPermlane16(unsigned Opc) { in isPermlane16()
[all …]

12345678910>>...12