| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ | 
| H A D | SimpleRemoteEPCUtils.cpp | 86 Error FDSimpleRemoteEPCTransport::sendMessage(SimpleRemoteEPCOpcode OpC,  in sendMessage() 204     SimpleRemoteEPCOpcode OpC;  in listenLoop()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ | 
| H A D | Annotation2Metadata.cpp | 45     auto *OpC = dyn_cast<ConstantStruct>(&Op);  in convertAnnotation2Metadata()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ | 
| H A D | SimpleRemoteEPCServer.cpp | 61 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 D | Local.cpp | 43     if (Constant *OpC = dyn_cast<Constant>(Op)) {  in emitGEPOffset()  local
  | 
| H A D | CGSCCPassManager.cpp | 938       if (auto *OpC = dyn_cast<Constant>(Op))  in updateCGAndAnalysisManagerForPass()  local
  | 
| H A D | ConstantFolding.cpp | 3520     if (ConstantFP *OpC = dyn_cast<ConstantFP>(Call->getArgOperand(0))) {  in isMathLibCallNoop()  local
  | 
| H A D | InlineCost.cpp | 1425     ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());  in accumulateGEPOffset()  local
  | 
| H A D | ValueTracking.cpp | 2418       ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand());  in isGEPKnownNonNull()  local 2433     if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) {  in isGEPKnownNonNull()  local
  | 
| H A D | ScalarEvolution.cpp | 7814             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 D | SimpleRemoteEPC.cpp | 136 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 D | PPCRegisterInfo.cpp | 1527 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 D | PPCInstrInfo.cpp | 796   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 D | Operator.cpp | 94     ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());  in 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);  in getSplatValue()  local
  | 
| H A D | Verifier.cpp | 2461       const auto *OpC = dyn_cast<Constant>(U);  in visitConstantExprsRecursively()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ | 
| H A D | HexagonStoreWidening.cpp | 129   unsigned OpC = MI->getOpcode();  in getStoreOffset()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ | 
| H A D | X86FixupVectorConstants.cpp | 73     Constant *OpC = cast<Constant>(Op);  in getSplatValueAllowUndef()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | 
| H A D | AMDGPUAttributor.cpp | 230       const auto *OpC = dyn_cast<Constant>(U);  in getConstantAccess()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ | 
| H A D | TargetInstrInfo.cpp | 1097   MachineOperand &OpC = Root.getOperand(0);  in reassociateOps()  local
  | 
| H A D | CodeGenPrepare.cpp | 6437         } else if (auto *OpC = dyn_cast<ConstantData>(V))  in optimizePhiType()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ | 
| H A D | SCCPSolver.cpp | 1285   if (Constant *OpC = getConstant(OpSt, I.getOperand(0)->getType())) {  in visitCastInst()  local
  | 
| H A D | SimplifyLibCalls.cpp | 2781   auto *OpC = dyn_cast<CallInst>(Op1);  in optimizeTrigInversionPairs()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ | 
| H A D | AArch64TargetTransformInfo.cpp | 1229       auto OpC = OldBinOp->getOpcode();  in instCombineSVELast()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | 
| H A D | InstCombineAndOrXor.cpp | 2130   Instruction::BinaryOps OpC = I.getOpcode();  in canonicalizeLogicFirst()  local
  |