HomeSort by relevance Sort by last modified time
    Searched refs:isArrayAllocation (Results 1 - 25 of 37) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackProtector.cpp 121 if (AI->isArrayAllocation())
  /external/llvm/lib/CodeGen/
StackProtector.cpp 238 if (AI->isArrayAllocation()) {
SafeStack.cpp 215 if (AI->isArrayAllocation()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 147 if (!ATy || AI->isArrayAllocation())
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 143 if (ATy == 0 || AI->isArrayAllocation())
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 456 if (!I.isArrayAllocation())
730 assert(I.isArrayAllocation());
Lint.cpp 429 if (!AI->isArrayAllocation() && ATy->isSized())
InlineCost.cpp 339 if (I.isArrayAllocation()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 341 if (AI->isArrayAllocation()) {
Local.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 94 (AI->isArrayAllocation() ||
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 39 if (AI.isArrayAllocation()) { // Check C != 1
InstCombineCalls.cpp 293 if (AI->isArrayAllocation()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp 277 return !AI->isArrayAllocation();
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 172 if (!AI.isArrayAllocation()) {
242 if (AI.isArrayAllocation()) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 635 if (!I.isStaticAlloca() || I.isArrayAllocation())
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 110 if (!AI->isArrayAllocation())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 267 if (AI->isArrayAllocation())
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 465 if (AI->isArrayAllocation()) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 77 /// isArrayAllocation - Return true if there is an allocation size parameter
80 bool isArrayAllocation() const;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 77 /// isArrayAllocation - Return true if there is an allocation size parameter
80 bool isArrayAllocation() const;
    [all...]

Completed in 703 milliseconds

1 2