| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 89 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local 91 if (Checked[Reg]) in checkAllSuperRegsMarked() 103 Checked.set(*SR); in checkAllSuperRegsMarked()
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | error.h | 116 void setChecked(bool Checked) { in setChecked() argument 117 ErrPtr = (reinterpret_cast<uintptr_t>(ErrPtr) & ~uintptr_t(1)) | Checked; in setChecked()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | add-symbol.test | 13 # Checked ignored options
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 940 Optional<bool> Checked = isImpliedByDomCondition( in findLoadSizeOffset() local 942 if (!Checked || !*Checked) in findLoadSizeOffset()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 3289 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck() argument 3293 assert(Checked.size() > 0); in EmitCheck() 3301 for (int i = 0, n = Checked.size(); i < n; ++i) { in EmitCheck() 3302 llvm::Value *Check = Checked[i].first; in EmitCheck() 3305 CGM.getCodeGenOpts().SanitizeTrap.has(Checked[i].second) in EmitCheck() 3326 assert(SanOpts.has(Checked[0].second)); in EmitCheck() 3328 for (int i = 1, n = Checked.size(); i < n; ++i) { in EmitCheck() 3331 assert(SanOpts.has(Checked[i].second)); in EmitCheck() 3569 void CodeGenFunction::EmitTrapCheck(llvm::Value *Checked, in EmitTrapCheck() argument 3581 Builder.CreateCondBr(Checked, Cont, TrapBB); in EmitTrapCheck() [all …]
|
| H A D | CodeGenFunction.h | 4611 void EmitCheck(ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, 4627 void EmitTrapCheck(llvm::Value *Checked, SanitizerHandler CheckHandlerID);
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 609 static std::atomic<bool> TABLE##Checked(false); \ 610 if (!TABLE##Checked.load(std::memory_order_relaxed)) { \ 613 TABLE##Checked.store(true, std::memory_order_relaxed); \
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1977 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local 1986 if (Checked[Next]) in isValidSectionOrder() 1989 Checked[Next] = true; in isValidSectionOrder()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3697 SmallVector<TemplateArgument, 1> Checked; in LookupLiteralOperator() local 3701 Checked) || in LookupLiteralOperator()
|
| H A D | SemaExprCXX.cpp | 4246 ExprResult Checked = CheckPlaceholderExpr(From); in PerformImplicitConversion() local 4247 if (Checked.isInvalid()) in PerformImplicitConversion() 4250 From = Checked.get(); in PerformImplicitConversion()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MergeFunctions.rst | 298 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 11853 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper() argument 11856 if (Checked.count(N)) in checkForCyclesHelper() 11869 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper() 11871 Checked.insert(N); in checkForCyclesHelper()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Builtins.def | 1583 // Checked Arithmetic Builtins for Security.
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LanguageExtensions.rst | 3070 Checked Arithmetic Builtins
|