Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp39 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local
68 for (auto &V : CA->operands()) { in parseGlobalCtors() local
92 ConstantArray *CA = dyn_cast<ConstantArray>(GV->getInitializer()); findGlobalCtors() local
[all...]
H A DModuleUtils.cpp87 auto *CA = cast<ConstantArray>(GV->getInitializer()); in collectUsedGlobals() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp314 auto *CA = CurDAG->getMachineNode( in selectAddCarry() local
320 auto *CA = CurDAG->getMachineNode( in selectAddCarry() local
357 auto *CA = CurDAG->getMachineNode( in selectSubCarry() local
363 auto *CA = CurDAG->getMachineNode( in selectSubCarry() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h527 static bool classof(const CallEvent *CA) { in classof()
566 static bool classof(const CallEvent *CA) { in classof()
672 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } in classof()
707 static bool classof(const CallEvent *CA) { in classof()
779 static bool classof(const CallEvent *CA) { in classof()
821 static bool classof(const CallEvent *CA) { in classof()
862 static bool classof(const CallEvent *CA) { in classof()
941 static bool classof(const CallEvent *CA) { in classof()
1023 static bool classof(const CallEvent *CA) { in classof()
1104 static bool classof(const CallEvent *CA) { in classof()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp152 } else if (auto *CA = dyn_cast<ConstantAggregate>(C)) { in classifyConstantWithOpaquePtr() local
182 const auto *CA = cast<ConstantArray>(GV.getInitializer()); in classifyGlobalCtorPointerType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp357 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(Init)) in getConstantFieldValue() local
416 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) in fillGenericConstant() local
439 const ConstantArray *CA, in fillConstantArray()
H A DBTFDebug.cpp1518 if (auto *CA = dyn_cast<ConstantAggregate>(C)) { in processGlobalInitializer() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp192 else if (auto *CA = dyn_cast<CoroAllocInst>(U)) in CoroIdElider() local
230 for (auto *CA : CoroAllocs) { in elideHeapAllocations() local
H A DCoroInstr.h119 if (auto *CA = dyn_cast<CoroAllocInst>(U)) in getCoroAlloc() local
H A DCoroSplit.cpp1579 if (CoroAllocInst *CA = CoroId->getCoroAlloc()) { in updateCoroFrame() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp199 if (const auto *CA = in randomizeStructureLayout() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp94 if (const auto *CA = RD->getAttr<CapabilityAttr>()) in ClassifyDiagnostic() local
98 if (const auto *CA = TD->getAttr<CapabilityAttr>()) in ClassifyDiagnostic() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp406 const auto *CA = dyn_cast<ConstantArray>(GV->getInitializer()); in gatherFunctions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp569 const ConstantArray *CA = cast<ConstantArray>(V->getOperand(0)); in EmitFunctionAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp689 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall() local
1228 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall() local
2958 InlineCostCallAnalyzer CA(*Call.getCalledFunction(), Call, Params, CalleeTTI, in getInliningCostEstimate() local
3072 InlineCostCallAnalyzer CA(*Callee, Call, Params, CalleeTTI, in getInlineCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp525 const ConstantArray *CA = cast<ConstantArray>(V->getOperand(0)); in outputAnnotations() local
H A DSPIRVGlobalRegistry.cpp395 const SPIRVInstrInfo &TII, Constant *CA, unsigned BitWidth, in getOrCreateCompositeOrNull()
504 Constant *CA, unsigned BitWidth, unsigned ElemCnt) { in getOrCreateIntCompositeOrNull()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp626 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(U->stripPointerCasts())) { in setMustKeepGlobalVariables() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp83 } else if (auto CA = dyn_cast<CompoundAssignOperator>(Parent)) { in getRolesForRef() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2510 for (const auto &CA : CustomActionsCode) { in emitRunCustomAction() local
2524 for (const auto &CA : CustomActionsCode) { in emitRunCustomAction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1670 APInt A, CA; in evaluateCLBr() local
1705 APInt A, CA; in evaluateCTBr() local
1751 APInt A, CA; in evaluateEXTRACTr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h937 Code CA = NA; in getNextRef() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3329 if (const ConstantArray *CA = dyn_cast<ConstantArray>(V)) { in isRepeatedByteSequence() local
3407 const ConstantArray *CA, AsmPrinter &AP, in emitGlobalConstantArray()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp189 uint8_t CA = PA.deref<uint8_t>(); in interp__builtin_strcmp() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h112 const auto *CA = dyn_cast<ConstantAggregate>(V); in check() local
127 const auto *CA = dyn_cast<ConstantAggregate>(Op); in check() local

12