Home
last modified time | relevance | path

Searched refs:Stripped (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp263 bool Stripped = false; in stripAtomics() local
268 Stripped = true; in stripAtomics()
276 if (!Stripped) in stripAtomics()
288 bool Stripped = false; in stripThreadLocals() local
302 Stripped = true; in stripThreadLocals()
306 return Stripped; in stripThreadLocals()
309 void recordFeatures(Module &M, const FeatureBitset &Features, bool Stripped) { in recordFeatures() argument
323 if (Stripped) { in recordFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp165 Value *Stripped = Op->stripPointerCasts(); in lowerPrintfForGpu() local
166 if (!isa<UndefValue>(Stripped) && !isa<ConstantPointerNull>(Stripped)) in lowerPrintfForGpu()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp492 Value *Stripped = CurInst->stripPointerCastsForAliasAnalysis(); in EvaluateBlock() local
496 if (Stripped != &*CurInst) { in EvaluateBlock()
497 InstResult = getVal(Stripped); in EvaluateBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2596 bool Stripped; in updateImpl() local
2602 Stripped = false; in updateImpl()
2604 Stripped = in updateImpl()
2607 if (!Stripped) { in updateImpl()
5020 bool Stripped; in updateImpl() local
5026 Stripped = false; in updateImpl()
5028 Stripped = Values.size() != 1 || in updateImpl()
5046 if (!AA || (!Stripped && this == AA)) { in updateImpl()
5070 if (!Stripped) { in updateImpl()
5315 bool Stripped; in updateImpl() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2833 const Expr *Stripped = *ArraySizeExpr; in VisitCXXNewExpr() local
2834 for (; auto *ICE = dyn_cast<ImplicitCastExpr>(Stripped); in VisitCXXNewExpr()
2835 Stripped = ICE->getSubExpr()) in VisitCXXNewExpr()
2840 PrimType SizeT = classifyPrim(Stripped->getType()); in VisitCXXNewExpr()
2842 if (!this->visit(Stripped)) in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td94 def pdbstripped : P<"pdbstripped", "Stripped PDB file path">;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp750 const Value *Stripped = VM->getValue()->stripPointerCastsAndAliases(); in visitGlobalValue() local
751 Check(isa<GlobalObject>(Stripped) || isa<Constant>(Stripped), in visitGlobalValue()
752 "associated metadata must point to a GlobalObject", GO, Stripped); in visitGlobalValue()
753 Check(Stripped != GO, in visitGlobalValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9944 const Expr *Stripped = *ArraySize; in VisitCXXNewExpr() local
9945 for (; auto *ICE = dyn_cast<ImplicitCastExpr>(Stripped); in VisitCXXNewExpr()
9946 Stripped = ICE->getSubExpr()) in VisitCXXNewExpr()
9952 if (!EvaluateInteger(Stripped, ArrayBound, Info)) in VisitCXXNewExpr()