/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Annotation2Metadata.cpp | 45 if (!OpC || OpC->getNumOperands() != 4) in convertAnnotation2Metadata() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | SimpleRemoteEPCUtils.cpp | 86 Error FDSimpleRemoteEPCTransport::sendMessage(SimpleRemoteEPCOpcode OpC, in sendMessage() argument 204 SimpleRemoteEPCOpcode OpC; in listenLoop() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Local.cpp | 43 if (Constant *OpC = dyn_cast<Constant>(Op)) { in emitGEPOffset() local
|
H A D | CGSCCPassManager.cpp | 945 if (auto *OpC = dyn_cast<Constant>(Op)) updateCGAndAnalysisManagerForPass() local
|
H A D | ConstantFolding.cpp | 3519 if (ConstantFP *OpC = dyn_cast<ConstantFP>(Call->getArgOperand(0))) { isMathLibCallNoop() local [all...] |
H A D | InlineCost.cpp | 1425 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); accumulateGEPOffset() local
|
H A D | ValueTracking.cpp | 2340 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand()); isGEPKnownNonNull() local 2355 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) { isGEPKnownNonNull() local
|
H A D | ScalarEvolution.cpp | 7812 if (auto *OpC = dyn_cast<SCEVConstant>(LHSMul->getOperand(0))) { createSCEV() local 9370 Instruction::BinaryOps OpC; computeShiftCompareExitLimit() local 9828 Constant *OpC = BuildConstantFromSCEV(Op); BuildConstantFromSCEV() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.cpp | 63 handleMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleMessage() argument 152 sendMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,ArrayRef<char> ArgBytes) sendMessage() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SimpleRemoteEPC.cpp | 136 handleMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleMessage() argument 234 sendMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,ArrayRef<char> ArgBytes) sendMessage() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 94 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); getMaxPreservedAlignment() local
|
H A D | Value.cpp | 1005 ConstantInt *OpC = dyn_cast<ConstantInt>(GEP->getOperand(i)); in getOffsetFromIndex() local
|
H A D | Constants.cpp | 1723 Constant *OpC = getOperand(I); getSplatValue() local
|
H A D | Verifier.cpp | 2449 const auto *OpC = dyn_cast<Constant>(U); visitConstantExprsRecursively() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.cpp | 1527 offsetMinAlignForOpcode(unsigned OpC) offsetMinAlignForOpcode() argument 1561 unsigned OpC = MI.getOpcode(); offsetMinAlign() local 1608 unsigned OpC = MI.getOpcode(); eliminateFrameIndex() local 1867 unsigned OpC = MI->getOpcode(); needsFrameBaseReg() local [all...] |
H A D | PPCInstrInfo.cpp | 796 MachineOperand &OpC = Root.getOperand(0); reassociateFMA() local 2179 unsigned OpC = MI.getOpcode(); PredicateInstruction() local 2384 int OpC = CmpInstr.getOpcode(); optimizeCompareInstr() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp |
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 73 Constant *OpC = cast<Constant>(Op); in getSplatValueAllowUndef() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 230 const auto *OpC = dyn_cast<Constant>(U); getConstantAccess() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 1097 MachineOperand &OpC = Root.getOperand(0); reassociateOps() local
|
H A D | CodeGenPrepare.cpp | 6437 } else if (auto *OpC = dyn_cast<ConstantData>(V)) optimizePhiType() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 1291 if (Constant *OpC = getConstant(OpSt, I.getOperand(0)->getType())) { visitCastInst() local
|
H A D | SimplifyLibCalls.cpp | 2752 auto *OpC = dyn_cast<CallInst>(Op1); optimizeTrigInversionPairs() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1220 auto OpC = OldBinOp->getOpcode(); instCombineSVELast() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2083 Instruction::BinaryOps OpC = I.getOpcode(); canonicalizeLogicFirst() local
|