Home
last modified time | relevance | path

Searched defs:OpC (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp45 auto *OpC = dyn_cast<ConstantStruct>(&Op); in convertAnnotation2Metadata() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp86 Error FDSimpleRemoteEPCTransport::sendMessage(SimpleRemoteEPCOpcode OpC, in sendMessage()
204 SimpleRemoteEPCOpcode OpC; in listenLoop() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp61 handleMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleMessage() argument
150 sendMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,ArrayRef<char> ArgBytes) sendMessage() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp43 if (Constant *OpC = dyn_cast<Constant>(Op)) { in emitGEPOffset() local
H A DCGSCCPassManager.cpp938 if (auto *OpC = dyn_cast<Constant>(Op)) in updateCGAndAnalysisManagerForPass() local
H A DConstantFolding.cpp3520 if (ConstantFP *OpC = dyn_cast<ConstantFP>(Call->getArgOperand(0))) { in isMathLibCallNoop() local
H A DInlineCost.cpp1425 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateGEPOffset() local
H A DValueTracking.cpp2418 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand()); in isGEPKnownNonNull() local
2433 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) { in isGEPKnownNonNull() local
H A DScalarEvolution.cpp7814 if (auto *OpC = dyn_cast<SCEVConstant>(LHSMul->getOperand(0))) { in createSCEV() local
9372 Instruction::BinaryOps OpC; in computeShiftCompareExitLimit() local
9830 Constant *OpC = BuildConstantFromSCEV(Op); in BuildConstantFromSCEV() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp136 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage()
234 Error SimpleRemoteEPC::sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in sendMessage()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1527 static unsigned offsetMinAlignForOpcode(unsigned OpC) { in offsetMinAlignForOpcode()
1561 unsigned OpC = MI.getOpcode(); in offsetMinAlign() local
1608 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local
1867 unsigned OpC = MI->getOpcode(); in needsFrameBaseReg() local
H A DPPCInstrInfo.cpp796 MachineOperand &OpC = Root.getOperand(0); in reassociateFMA() local
2179 unsigned OpC = MI.getOpcode(); in PredicateInstruction() local
2384 int OpC = CmpInstr.getOpcode(); in optimizeCompareInstr() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp94 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in getMaxPreservedAlignment() local
H A DValue.cpp1005 ConstantInt *OpC = dyn_cast<ConstantInt>(GEP->getOperand(i)); in getOffsetFromIndex() local
H A DConstants.cpp1723 Constant *OpC = getOperand(I); in getSplatValue() local
H A DVerifier.cpp2461 const auto *OpC = dyn_cast<Constant>(U); in visitConstantExprsRecursively() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp129 unsigned OpC = MI->getOpcode(); in getStoreOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp73 Constant *OpC = cast<Constant>(Op); in getSplatValueAllowUndef() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp230 const auto *OpC = dyn_cast<Constant>(U); in getConstantAccess() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1097 MachineOperand &OpC = Root.getOperand(0); in reassociateOps() local
H A DCodeGenPrepare.cpp6437 } else if (auto *OpC = dyn_cast<ConstantData>(V)) in optimizePhiType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1285 if (Constant *OpC = getConstant(OpSt, I.getOperand(0)->getType())) { in visitCastInst() local
H A DSimplifyLibCalls.cpp2781 auto *OpC = dyn_cast<CallInst>(Op1); in optimizeTrigInversionPairs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1229 auto OpC = OldBinOp->getOpcode(); in instCombineSVELast() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2130 Instruction::BinaryOps OpC = I.getOpcode(); in canonicalizeLogicFirst() local

12