HomeSort by relevance Sort by last modified time
    Searched full:lowerintrinsics (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCStrategy.cpp 39 /// LowerIntrinsics - This pass rewrites calls to the llvm.gcread or
43 class LowerIntrinsics : public FunctionPass {
54 LowerIntrinsics();
127 INITIALIZE_PASS_BEGIN(LowerIntrinsics, "gc-lowering", "GC Lowering",
130 INITIALIZE_PASS_END(LowerIntrinsics, "gc-lowering", "GC Lowering", false, false)
133 return new LowerIntrinsics();
136 char LowerIntrinsics::ID = 0;
138 LowerIntrinsics::LowerIntrinsics()
143 const char *LowerIntrinsics::getPassName() const
    [all...]
  /external/llvm/lib/CodeGen/
GCRootLowering.cpp 37 /// LowerIntrinsics - This pass rewrites calls to the llvm.gcread or
41 class LowerIntrinsics : public FunctionPass {
47 LowerIntrinsics();
83 INITIALIZE_PASS_BEGIN(LowerIntrinsics, "gc-lowering", "GC Lowering", false,
86 INITIALIZE_PASS_END(LowerIntrinsics, "gc-lowering", "GC Lowering", false, false)
88 FunctionPass *llvm::createGCLoweringPass() { return new LowerIntrinsics(); }
90 char LowerIntrinsics::ID = 0;
92 LowerIntrinsics::LowerIntrinsics() : FunctionPass(ID) {
96 const char *LowerIntrinsics::getPassName() const
    [all...]
PreISelIntrinsicLowering.cpp 58 bool lowerIntrinsics(Module &M) {
72 bool runOnModule(Module &M) { return lowerIntrinsics(M); }
89 if (!lowerIntrinsics(M))
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/
InstrProfiling.h 76 bool lowerIntrinsics(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/
InstrProfiling.h 76 bool lowerIntrinsics(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/
InstrProfiling.h 76 bool lowerIntrinsics(Function *F);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/
InstrProfiling.h 76 bool lowerIntrinsics(Function *F);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/
InstrProfiling.h 76 bool lowerIntrinsics(Function *F);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/
InstrProfiling.h 76 bool lowerIntrinsics(Function *F);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/
InstrProfiling.h 76 bool lowerIntrinsics(Function *F);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/
InstrProfiling.h 76 bool lowerIntrinsics(Function *F);
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 130 lowerIntrinsics(F);
197 void lowerIntrinsics(Function &F);
    [all...]

Completed in 323 milliseconds