Home
last modified time | relevance | path

Searched defs:CA (Results 1 – 25 of 43) sorted by relevance

12

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp39 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local
68 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local
92 ConstantArray *CA = dyn_cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local
H A DModuleUtils.cpp82 auto *CA = cast<ConstantArray>(GV->getInitializer()); in collectUsedGlobals() local
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp307 auto *CA = CurDAG->getMachineNode( in selectAddCarry() local
313 auto *CA = CurDAG->getMachineNode( in selectAddCarry() local
350 auto *CA = CurDAG->getMachineNode( in selectSubCarry() local
356 auto *CA = CurDAG->getMachineNode( in selectSubCarry() local
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h510 static bool classof(const CallEvent *CA) { in classof()
548 static bool classof(const CallEvent *CA) { in classof()
656 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } in classof()
688 static bool classof(const CallEvent *CA) { in classof()
730 static bool classof(const CallEvent *CA) { in classof()
770 static bool classof(const CallEvent *CA) { in classof()
840 static bool classof(const CallEvent *CA) { in classof()
913 static bool classof(const CallEvent *CA) { in classof()
993 static bool classof(const CallEvent *CA) { in classof()
1235 static bool classof(const CallEvent *CA) { in classof()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp150 } else if (auto *CA = dyn_cast<ConstantAggregate>(C)) { in classifyConstantWithOpaquePtr() local
180 const auto *CA = cast<ConstantArray>(GV.getInitializer()); in classifyGlobalCtorPointerType() local
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp362 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(Init)) in getConstantFieldValue() local
421 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) in fillGenericConstant() local
444 const ConstantArray *CA, in fillConstantArray()
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp152 for (auto *CA : CoroAllocs) { in elideHeapAllocations() local
312 else if (auto *CA = dyn_cast<CoroAllocInst>(U)) in processCoroId() local
H A DCoroInstr.h86 if (auto *CA = dyn_cast<CoroAllocInst>(U)) in getCoroAlloc() local
H A DCoroSplit.cpp1189 if (CoroAllocInst *CA = CoroId->getCoroAlloc()) { in updateCoroFrame() local
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcpu-i960.c139 #define CA bfd_mach_i960_ca /*6*/ macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-i960.c139 #define CA bfd_mach_i960_ca /*6*/ macro
/openbsd/gnu/llvm/clang/lib/AST/
H A DRandstruct.cpp199 if (const auto *CA = in randomizeStructureLayout() local
/openbsd/usr.sbin/ikectl/
H A Dparser.h38 CA, enumerator
/openbsd/gnu/gcc/gcc/config/m32c/
H A Dm32c.h487 #define FUNCTION_ARG(CA,MODE,TYPE,NAMED) \ argument
503 #define INIT_CUMULATIVE_ARGS(CA,FNTYPE,LIBNAME,FNDECL,N_NAMED_ARGS) \ argument
505 #define FUNCTION_ARG_ADVANCE(CA,MODE,TYPE,NAMED) \ argument
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp99 if (const auto *CA = RD->getAttr<CapabilityAttr>()) in ClassifyDiagnostic() local
103 if (const auto *CA = TD->getAttr<CapabilityAttr>()) in ClassifyDiagnostic() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp406 const auto *CA = dyn_cast<ConstantArray>(GV->getInitializer()); in gatherFunctions() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DGlobalMerge.cpp596 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(U->stripPointerCasts())) { in setMustKeepGlobalVariables() local
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp469 const ConstantArray *CA = cast<ConstantArray>(V->getOperand(0)); in outputAnnotations() local
H A DSPIRVGlobalRegistry.cpp249 const SPIRVInstrInfo &TII, Constant *CA, unsigned BitWidth, in getOrCreateIntCompositeOrNull()
324 Constant *CA, unsigned BitWidth, unsigned ElemCnt) { in getOrCreateIntCompositeOrNull()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp678 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall() local
1152 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall() local
2864 InlineCostCallAnalyzer CA(*Call.getCalledFunction(), Call, Params, CalleeTTI, in getInliningCostEstimate() local
2978 InlineCostCallAnalyzer CA(*Callee, Call, Params, CalleeTTI, in getInlineCost() local
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp91 } else if (auto CA = dyn_cast<CompoundAssignOperator>(Parent)) { in getRolesForRef() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1671 APInt A, CA; in evaluateCLBr() local
1706 APInt A, CA; in evaluateCTBr() local
1752 APInt A, CA; in evaluateEXTRACTr() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h906 NodeAddr<CodeNode*> CA = NA; in getNextRef() local
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h96 const auto *CA = dyn_cast<ConstantAggregate>(V); in check() local
111 const auto *CA = dyn_cast<ConstantAggregate>(Op); in check() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3071 if (const ConstantArray *CA = dyn_cast<ConstantArray>(V)) { in isRepeatedByteSequence() local
3149 const ConstantArray *CA, AsmPrinter &AP, in emitGlobalConstantArray()

12