Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h147 GetDefaultP2AlignAny(unsigned Opc) GetDefaultP2AlignAny() argument
276 GetDefaultP2Align(unsigned Opc) GetDefaultP2Align() argument
284 isConst(unsigned Opc) isConst() argument
312 isScalarConst(unsigned Opc) isScalarConst() argument
328 isArgument(unsigned Opc) isArgument() argument
360 isCopy(unsigned Opc) isCopy() argument
382 isTee(unsigned Opc) isTee() argument
404 isCallDirect(unsigned Opc) isCallDirect() argument
416 isCallIndirect(unsigned Opc) isCallIndirect() argument
428 isBrTable(unsigned Opc) isBrTable() argument
440 isMarker(unsigned Opc) isMarker() argument
460 isCatch(unsigned Opc) isCatch() argument
472 isLocalGet(unsigned Opc) isLocalGet() argument
494 isLocalSet(unsigned Opc) isLocalSet() argument
516 isLocalTee(unsigned Opc) isLocalTee() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h566 isUncondBranchOpcode(int Opc) isUncondBranchOpcode() argument
573 isVPTOpcode(int Opc) isVPTOpcode() argument
642 isCondBranchOpcode(int Opc) isCondBranchOpcode() argument
646 isJumpTableBranchOpcode(int Opc) isJumpTableBranchOpcode() argument
653 isIndirectBranchOpcode(int Opc) isIndirectBranchOpcode() argument
658 int Opc = MI.getOpcode(); isIndirectCall() local
711 isSpeculationBarrierEndBBOpcode(int Opc) isSpeculationBarrierEndBBOpcode() argument
718 isPopOpcode(int Opc) isPopOpcode() argument
724 isPushOpcode(int Opc) isPushOpcode() argument
729 isSubImmOpcode(int Opc) isSubImmOpcode() argument
736 isMovRegOpcode(int Opc) isMovRegOpcode() argument
763 unsigned Opc = MI.getOpcode(); isSEHInstruction() local
[all...]
H A DARMFastISel.cpp422 unsigned Opc; in ARMMaterializeFP() local
443 unsigned Opc = is64bit ? ARM::VLDRD : ARM::VLDRS; in ARMMaterializeFP() local
461 unsigned Opc = isThumb2 ? ARM::t2MOVi16 : ARM::MOVi16; in ARMMaterializeInt() local
477 unsigned Opc = isThumb2 ? ARM::t2MVNi : ARM::MVNi; in ARMMaterializeInt() local
545 unsigned Opc; ARMMaterializeGV() local
574 unsigned Opc = IsPositionIndependent ? ARM::t2LDRpci_pic : ARM::t2LDRpci; ARMMaterializeGV() local
590 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD; ARMMaterializeGV() local
656 unsigned Opc = isThumb2 ? ARM::t2ADDri : ARM::ADDri; fastMaterializeAlloca() local
834 unsigned Opc = isThumb2 ? ARM::t2ADDri : ARM::ADDri; ARMSimplifyAddress() local
901 unsigned Opc; ARMEmitLoad() local
1050 unsigned Opc = isThumb2 ? ARM::t2ANDri : ARM::ANDri; ARMEmitStore() local
1324 unsigned Opc = isThumb2 ? ARM::tBRIND : ARM::BX; SelectIndirectBr() local
1556 unsigned Opc; SelectIToFP() local
1581 unsigned Opc; SelectFPToI() local
1744 unsigned Opc; SelectBinaryIntOp() local
1795 unsigned Opc; SelectBinaryFPOp() local
2636 uint32_t Opc : 16; ARMEmitIntExt() member
2695 unsigned Opc = ITP->Opc; ARMEmitIntExt() local
2782 unsigned Opc = ARM::MOVsr; SelectShift() local
2900 uint16_t Opc[2]; // ARM, Thumb. global() member
2974 unsigned Opc = isThumb2 ? ARM::t2LDRpci : ARM::LDRcp; ARMLowerPICELF() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp161 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode() argument
163 static bool isI32CondBranchOpcode(int Opc) { in isI32CondBranchOpcode() argument
168 static bool isI64CondBranchOpcode(int Opc) { in isI64CondBranchOpcode() argument
173 isRegCondBranchOpcode(int Opc) isRegCondBranchOpcode() argument
178 isFCondBranchOpcode(int Opc) isFCondBranchOpcode() argument
183 isCondBranchOpcode(int Opc) isCondBranchOpcode() argument
188 isIndirectBranchOpcode(int Opc) isIndirectBranchOpcode() argument
194 unsigned Opc = LastInst->getOpcode(); parseCondBranch() local
346 unsigned Opc = Cond[0].getImm(); insertBranch() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h48 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp() argument
53 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() argument
58 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() argument
63 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF() argument
68 Value *FoldUnOpFMF(Instruction::UnaryOps Opc, Value *V, in FoldUnOpFMF() argument
H A DConstantFolder.h43 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp() argument
55 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() argument
68 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() argument
86 FoldBinOpFMF(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,FastMathFlags FMF) FoldBinOpFMF() argument
91 FoldUnOpFMF(Instruction::UnaryOps Opc,Value * V,FastMathFlags FMF) FoldUnOpFMF() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h50 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp() argument
55 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() argument
60 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() argument
65 Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldBinOpFMF() argument
70 Value *FoldUnOpFMF(Instruction::UnaryOps Opc, Value *V, in FoldUnOpFMF() argument
[all...]
H A DTargetFolder.h54 Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, in FoldBinOp() argument
66 Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldExactBinOp() argument
79 Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, in FoldNoWrapBinOp() argument
97 FoldBinOpFMF(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,FastMathFlags FMF) FoldBinOpFMF() argument
110 FoldUnOpFMF(Instruction::UnaryOps Opc,Value * V,FastMathFlags FMF) FoldUnOpFMF() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h29 unsigned Opc; global() variable
33 Inst(unsigned Opc,int64_t I) Inst() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp317 unsigned Opc = getLocalGetOpcode(RC); in runOnMachineFunction() local
348 unsigned Opc = getDropOpcode(RC); in runOnMachineFunction() local
307 unsigned Opc = getLocalGetOpcode(RC); runOnMachineFunction() local
338 unsigned Opc = getDropOpcode(RC); runOnMachineFunction() local
408 unsigned Opc = getLocalGetOpcode(RC); runOnMachineFunction() local
[all...]
H A DWebAssemblyFastISel.cpp389 unsigned Opc = Subtarget->hasAddr64() ? WebAssembly::CONST_I64 materializeLoadStoreOperands() local
605 unsigned Opc = fastMaterializeAlloca() local
624 unsigned Opc = Subtarget->hasAddr64() ? WebAssembly::CONST_I64 fastMaterializeConstant() local
662 unsigned Opc; fastLowerArguments() local
772 unsigned Opc = IsDirect ? WebAssembly::CALL : WebAssembly::CALL_INDIRECT; selectCall() local
929 unsigned Opc; selectSelect() local
1030 unsigned Opc; selectICmp() local
1099 unsigned Opc; selectFCmp() local
1198 unsigned Opc; selectLoad() local
1257 unsigned Opc; selectStore() local
1318 unsigned Opc = WebAssembly::BR_IF; selectBr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
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 DHexagonGenPredicate.cpp144 unsigned HexagonGenPredicate::getPredForm(unsigned Opc) { in getPredForm() argument
189 unsigned Opc = MI->getOpcode(); in isConvertibleToPredForm() local
210 unsigned Opc = MI.getOpcode(); in collectPredicateGPR() local
256 unsigned Opc in getPredRegFor() local
285 isScalarCmp(unsigned Opc) isScalarCmp() argument
370 unsigned Opc = MI->getOpcode(); convertToPredForm() local
[all...]
H A DHexagonBitSimplify.cpp492 bool HexagonBitSimplify::getUsedBitsInStore(unsigned Opc, BitVector &Bits, in getUsedBitsInStore() argument
651 bool HexagonBitSimplify::getUsedBits(unsigned Opc, unsigned OpN, in getUsedBits() argument
1030 unsigned Opc in runOnNode() local
1112 unsigned Opc = MI.getOpcode(); isLossyShiftLeft() local
1172 unsigned Opc = MI.getOpcode(); isLossyShiftRight() local
1280 unsigned Opc = MI.getOpcode(); computeUsedBits() local
1423 unsigned Opc = MI.getOpcode(); isTfrConst() local
1460 unsigned Opc = isInt<8>(Lo) ? Hexagon::A2_combineii genTfrConst() local
1480 unsigned Opc; genTfrConst() local
1632 unsigned Opc = I->getOpcode(); processBlock() local
1681 isCopyReg(unsigned Opc,bool NoConv) isCopyReg() argument
1701 unsigned Opc = MI.getOpcode(); propagateRegCopy() local
1759 unsigned Opc = I->getOpcode(); processBlock() local
1909 validateReg(BitTracker::RegisterRef R,unsigned Opc,unsigned OpNum) validateReg() argument
1950 unsigned Opc = MI->getOpcode(); genStoreUpperHalf() local
1973 unsigned Opc = MI->getOpcode(); genStoreImmediate() local
2050 unsigned Opc = MI->getOpcode(); genPackhl() local
2082 unsigned Opc = MI->getOpcode(); genExtractHalf() local
2124 unsigned Opc = MI->getOpcode(); genCombineHalf() local
2148 unsigned Opc = MI->getOpcode(); genExtractLow() local
2216 unsigned Opc = MI->getOpcode(); genBitSplit() local
2361 unsigned Opc = MI->getOpcode(); simplifyTstbit() local
2613 unsigned Opc = MI->getOpcode(); simplifyRCmp0() local
2745 unsigned Opc = MI->getOpcode(); processBlock() local
3016 unsigned Opc = MI->getOpcode(); isBitShuffle() local
3307 unsigned Opc = DefPrehR->getOpcode(); processLoop() local
[all...]
/freebsd-src/contrib/llvm-project/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; copyPhysReg() local
222 unsigned Opc = 0; storeRegToStack() local
295 unsigned Opc = 0; loadRegFromStack() local
376 unsigned Opc; expandPostRAPseudo() local
575 unsigned Opc = ABI.GetPtrAdduOp(); adjustStackPtr() local
680 compareOpndSize(unsigned Opc,const MachineFunction & MF) const compareOpndSize() argument
[all...]
H A DMips16InstrInfo.cpp73 unsigned Opc = 0; in copyPhysReg() local
115 unsigned Opc = 0; in storeRegToStack() local
133 unsigned Opc = 0; loadRegFromStack() local
219 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16; makeFrame() local
249 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? restoreFrame() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp137 unsigned Opc = ARC::SUB_rrlimm; emitPrologue() local
254 unsigned Opc = ARC::SUB_rrlimm; emitEpilogue() local
282 unsigned Opc = ARC::ADD_rrlimm; emitEpilogue() local
297 unsigned Opc = ARC::ADD_rrlimm; emitEpilogue() local
324 unsigned Opc = ARC::ADD_rrlimm; emitEpilogue() local
454 unsigned Opc; emitRegUpdate() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp108 profileEverything(unsigned Opc,ArrayRef<DstOp> DstOps,ArrayRef<SrcOp> SrcOps,std::optional<unsigned> Flags,GISelInstProfileBuilder & B) const profileEverything() argument
170 buildInstr(unsigned Opc,ArrayRef<DstOp> DstOps,ArrayRef<SrcOp> SrcOps,std::optional<unsigned> Flag) buildInstr() argument
305 constexpr unsigned Opc = TargetOpcode::G_CONSTANT; buildConstant() local
332 constexpr unsigned Opc = TargetOpcode::G_FCONSTANT; buildFConstant() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h520 isUncondBranchOpcode(int Opc) isUncondBranchOpcode() argument
522 isCondBranchOpcode(int Opc) isCondBranchOpcode() argument
539 isIndirectBranchOpcode(int Opc) isIndirectBranchOpcode() argument
551 isPTrueOpcode(unsigned Opc) isPTrueOpcode() argument
[all...]
H A DAArch64ConditionOptimizer.cpp218 static int getComplementOpc(int Opc) { in getComplementOpc() argument
245 unsigned Opc = CmpMI->getOpcode(); in adjustCmp() local
274 unsigned Opc; in modifyCmp() local
[all...]
H A DAArch64FastISel.cpp406 unsigned Opc = Is64Bit ? AArch64::FMOVDi : AArch64::FMOVSi; materializeFP() local
437 unsigned Opc = Is64Bit ? AArch64::LDRDui : AArch64::LDRSui; materializeFP() local
573 unsigned Opc = Is64Bit ? AArch64::FMOVXDr : AArch64::FMOVWSr; fastMaterializeFloatZero() local
1317 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; emitAddSub_rr() local
1359 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; emitAddSub_ri() local
1403 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; emitAddSub_rs() local
1444 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; emitAddSub_rx() local
1515 unsigned Opc = (RetVT == MVT::f64) ? AArch64::FCMPDri : AArch64::FCMPSri; emitFCmp() local
1525 unsigned Opc = (RetVT == MVT::f64) ? AArch64::FCMPDrr : AArch64::FCMPSrr; emitFCmp() local
1669 unsigned Opc; emitLogicalOp_ri() local
1720 unsigned Opc; emitLogicalOp_rs() local
1818 unsigned Opc; emitLoad() local
2057 unsigned Opc; emitStoreRelease() local
2108 unsigned Opc; emitStore() local
2357 unsigned Opc = OpcTable[IsBitTest][IsCmpNE][Is64Bit]; emitCompareAndBranch() local
2621 unsigned Opc = 0; optimizeSelect() local
2674 unsigned Opc; selectSelect() local
2834 unsigned Opc; selectFPToInt() local
2879 unsigned Opc; selectIntToFP() local
3586 unsigned Opc; fastLowerIntrinsicCall() local
3787 unsigned Opc; fastLowerIntrinsicCall() local
4034 unsigned Opc, ZReg; emitMul_rr() local
4069 unsigned Opc = 0; emitLSL_rr() local
4156 unsigned Opc = OpcTable[IsZExt][Is64Bit]; emitLSL_ri() local
4171 unsigned Opc = 0; emitLSR_rr() local
4272 unsigned Opc = OpcTable[IsZExt][Is64Bit]; emitLSR_ri() local
4287 unsigned Opc = 0; emitASR_rr() local
4377 unsigned Opc = OpcTable[IsZExt][Is64Bit]; emitASR_ri() local
4404 unsigned Opc; emitIntExt() local
4804 unsigned Opc; selectBitCast() local
5042 unsigned Opc, CmpOpc; selectAtomicCmpXchg() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp115 unsigned Opc = I->getOpcode(); in verifyCTRBranch() local
173 unsigned Opc = MII->getOpcode(); in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp62 operator <(const X86CompressEVEXTableEntry & TE,unsigned Opc) operator <() argument
127 unsigned Opc = MI.getOpcode(); performCustomAdjustments() local
235 unsigned Opc = MI.getOpcode(); CompressEVEXImpl() local
[all...]
H A DX86FastISel.cpp333 unsigned Opc = 0; in X86FastEmitLoad() local
490 unsigned Opc = 0; X86FastEmitStore() local
661 unsigned Opc = 0; X86FastEmitStore() local
699 X86FastEmitExtend(ISD::NodeType Opc,EVT DstVT,unsigned Src,EVT SrcVT,unsigned & ResultReg) X86FastEmitExtend() argument
768 unsigned Opc = 0; handleConstantAddresses() local
2137 unsigned Opc = X86::getCMovOpcode(TRI.getRegSizeInBits(*RC)/8); X86FastEmitCMoveSelect() local
2250 const uint16_t *Opc = nullptr; X86FastEmitSSESelect() local
2273 unsigned Opc; X86FastEmitPseudoSelect() local
2489 unsigned Opc = X86SelectFPExt() local
2503 unsigned Opc = X86SelectFPTrunc() local
2617 unsigned Opc = Subtarget->hasVLX() ? X86::VCVTPS2PHZ128rr fastLowerIntrinsicCall() local
2640 unsigned Opc = Subtarget->hasVLX() ? X86::VCVTPH2PSZ128rr fastLowerIntrinsicCall() local
2666 unsigned Opc; fastLowerIntrinsicCall() local
2808 unsigned Opc; fastLowerIntrinsicCall() local
2895 static const uint16_t Opc[2][4] = { fastLowerIntrinsicCall() local
2997 unsigned Opc; fastLowerIntrinsicCall() local
3043 unsigned Opc; fastLowerIntrinsicCall() local
3617 unsigned Opc = ResVT == MVT::f32 ? X86::ST_Fp80m32 : X86::ST_Fp80m64; fastLowerCall() local
3750 unsigned Opc = 0; X86MaterializeInt() local
3783 unsigned Opc = 0; X86MaterializeFP() local
3872 unsigned Opc = X86MaterializeGV() local
3899 unsigned Opc = 0; fastMaterializeConstant() local
3942 unsigned Opc = fastMaterializeAlloca() local
3962 unsigned Opc = 0; fastMaterializeFloatZero() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCSEConfigBase.h23 virtual bool shouldCSEOpc(unsigned Opc) { return false; } in shouldCSEOpc()

12345678910>>...12