Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp39 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local
65 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local
89 ConstantArray *CA = dyn_cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local
H A DModuleUtils.cpp86 auto *CA = cast<ConstantArray>(GV->getInitializer()); collectUsedGlobals() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp307 auto *CA = CurDAG->getMachineNode( selectAddCarry() local
313 auto *CA = CurDAG->getMachineNode( selectAddCarry() local
350 auto *CA = CurDAG->getMachineNode( selectSubCarry() local
356 auto *CA = CurDAG->getMachineNode( selectSubCarry() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp150 } else if (auto *CA = dyn_cast<ConstantAggregate>(C)) { classifyConstantWithOpaquePtr() local
180 const auto *CA = cast<ConstantArray>(GV.getInitializer()); classifyGlobalCtorPointerType() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h526 classof(const CallEvent * CA) classof() argument
565 classof(const CallEvent * CA) classof() argument
671 classof(const CallEvent * CA) classof() argument
706 classof(const CallEvent * CA) classof() argument
749 classof(const CallEvent * CA) classof() argument
790 classof(const CallEvent * CA) classof() argument
869 classof(const CallEvent * CA) classof() argument
951 classof(const CallEvent * CA) classof() argument
1032 classof(const CallEvent * CA) classof() argument
1272 classof(const CallEvent * CA) classof() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp350 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(Init)) getConstantFieldValue() local
409 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) fillGenericConstant() local
432 fillConstantArray(const DataLayout & DL,const ConstantArray * CA,val_vec_type & Vals,int Offset) fillConstantArray() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp154 for (auto *CA : CoroAllocs) { elideHeapAllocations() local
351 else if (auto *CA = dyn_cast<CoroAllocInst>(U)) processCoroId() local
H A DCoroInstr.h86 if (auto *CA = dyn_cast<CoroAllocInst>(U)) getCoroAlloc() local
H A DCoroSplit.cpp1264 if (CoroAllocInst *CA = CoroId->getCoroAlloc()) { updateCoroFrame() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp199 if (const auto *CA = in randomizeStructureLayout() local
H A DJSONNodeDumper.cpp541 VisitCleanupAttr(const CleanupAttr * CA) VisitCleanupAttr() argument
/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp401 const auto *CA = dyn_cast<ConstantArray>(GV->getInitializer()); gatherFunctions() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp498 const ConstantArray *CA = cast<ConstantArray>(V->getOperand(0)); outputAnnotations() local
H A DSPIRVGlobalRegistry.cpp273 getOrCreateIntCompositeOrNull(uint64_t Val,MachineInstr & I,SPIRVType * SpvType,const SPIRVInstrInfo & TII,Constant * CA,unsigned BitWidth,unsigned ElemCnt) getOrCreateIntCompositeOrNull() argument
349 getOrCreateIntCompositeOrNull(uint64_t Val,MachineIRBuilder & MIRBuilder,SPIRVType * SpvType,bool EmitIR,Constant * CA,unsigned BitWidth,unsigned ElemCnt) getOrCreateIntCompositeOrNull() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp607 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(U->stripPointerCasts())) { setMustKeepGlobalVariables() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp569 const ConstantArray *CA = cast<ConstantArray>(V->getOperand(0)); in EmitFunctionAttributes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp689 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall() local
1221 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, onLoweredCall() local
2953 InlineCostCallAnalyzer CA(*Call.getCalledFunction(), Call, Params, CalleeTTI, getInliningCostEstimate() local
3067 InlineCostCallAnalyzer CA(*Callee, Call, Params, CalleeTTI, getInlineCost() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp83 } else if (auto CA = dyn_cast<CompoundAssignOperator>(Parent)) { in getRolesForRef() local
/freebsd-src/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-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp206 uint8_t CA = PA.deref<uint8_t>(); interp__builtin_strcmp() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h937 Code CA = NA; in getNextRef() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3318 if (const ConstantArray *CA = dyn_cast<ConstantArray>(V)) { isRepeatedByteSequence() local
3396 emitGlobalConstantArray(const DataLayout & DL,const ConstantArray * CA,AsmPrinter & AP,const Constant * BaseCV,uint64_t Offset,AsmPrinter::AliasMapTy * AliasList) emitGlobalConstantArray() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h96 const auto *CA = dyn_cast<ConstantAggregate>(V); check() local
111 const auto *CA = dyn_cast<ConstantAggregate>(Op); check() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1855 const ConstantArray *CA = LowerTypeTestsModule() local

12