HomeSort by relevance Sort by last modified time
    Searched defs:promote (Results 1 - 18 of 18) sorted by null

  /external/eigen/unsupported/test/
FFTW.cpp 21 complex<long double> promote(complex<T> x) { return complex<long double>((long double)x.real(),(long double)x.imag()); } function
23 complex<long double> promote(float x) { return complex<long double>((long double)x); } function
24 complex<long double> promote(double x) { return complex<long double>((long double)x); } function
25 complex<long double> promote(long double x) { return complex<long double>((long double)x); } function
38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) );
41 complex<long double> x = promote(fftbuf[k0]);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Intermediate.cpp 21 // contributors may be used to endorse or promote products derived
121 // one and promote it to the right type.
130 if (! node->promote())
185 if (! node->promote())
245 // Do we need to promote the operand?
293 if (! node->promote())
1344 bool TIntermUnary::promote() function in class:glslang::TIntermUnary
1401 bool TIntermBinary::promote() function in class:glslang::TIntermBinary
    [all...]
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 516 void ThinLTOCodeGenerator::promote(Module &TheModule, function in class:ThinLTOCodeGenerator
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 1 //===-- IndirectCallPromotion.cpp - Promote indirect calls to direct calls ===//
120 "Use PGO instrumentation profile to promote indirect calls to "
129 // The class for main data structure to promote indirect calls to conditional
141 OK, // Should be able to promote.
148 // Test if we can legally promote this direct-call of Target.
178 void promote(Instruction *Inst, Function *F, uint64_t Count,
181 // Promote a list of targets for one indirect-call callsite. Return
190 return "OK to promote";
248 DEBUG(dbgs() << " #" << NumOfPGOICallPromotion << " Promote the icall to "
279 DEBUG(dbgs() << " Not promote: User options.\n")
527 void ICallPromotionFunc::promote(Instruction *Inst, Function *DirectCallee, function in class:ICallPromotionFunc
    [all...]
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 90 clEnumValN(THINPROMOTE, "promote",
415 return promote();
517 void promote() { function in class:thinlto::ThinLTOProcessing
529 ThinGenerator.promote(*TheModule, *Index);
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 381 promote(NId, NMd);
410 promote(N1Id, N1Md);
411 promote(N2Id, N2Md);
416 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
  /external/swiftshader/src/OpenGL/compiler/
Intermediate.cpp 397 // one and promote it to the right type.
404 if (!node->promote(infoSink))
442 if (! node->promote(infoSink))
513 if (! node->promote(infoSink, funcReturnType))
876 bool TIntermUnary::promote(TInfoSink&, const TType *funcReturnType) function in class:TIntermUnary
938 bool TIntermBinary::promote(TInfoSink& infoSink) function in class:TIntermBinary
978 // Promote to conditional
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 317 promote(NId, NMd);
346 promote(N1Id, N1Md);
347 promote(N2Id, N2Md);
351 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 317 promote(NId, NMd);
346 promote(N1Id, N1Md);
347 promote(N2Id, N2Md);
351 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 317 promote(NId, NMd);
346 promote(N1Id, N1Md);
347 promote(N2Id, N2Md);
351 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 317 promote(NId, NMd);
346 promote(N1Id, N1Md);
347 promote(N2Id, N2Md);
351 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 317 promote(NId, NMd);
346 promote(N1Id, N1Md);
347 promote(N2Id, N2Md);
351 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 317 promote(NId, NMd);
346 promote(N1Id, N1Md);
347 promote(N2Id, N2Md);
351 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 317 promote(NId, NMd);
346 promote(N1Id, N1Md);
347 promote(N2Id, N2Md);
351 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 317 promote(NId, NMd);
346 promote(N1Id, N1Md);
347 promote(N2Id, N2Md);
351 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 5065 bool promote() { function in class:__anon25383::VectorPromoteHelper
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 20 // contributors may be used to endorse or promote products derived
772 virtual bool promote() { return true; } function in class:glslang::TIntermOperator
929 virtual bool promote();
949 virtual bool promote();
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1367 milliseconds