HomeSort by relevance Sort by last modified time
    Searched defs:getFunction (Results 201 - 225 of 285) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DiagnosticInfo.h 199 const Function &getFunction() const { return Fn; }
381 const Function &getFunction() const { return Fn; }
622 Orig.RemarkName, Orig.getFunction(), Orig.getLocation()),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
InstrProf.h 495 inline Function *getFunction(uint64_t FuncMD5Hash);
544 Function* InstrProfSymtab::getFunction(uint64_t FuncMD5Hash) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DiagnosticInfo.h 199 const Function &getFunction() const { return Fn; }
381 const Function &getFunction() const { return Fn; }
622 Orig.RemarkName, Orig.getFunction(), Orig.getLocation()),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
InstrProf.h 495 inline Function *getFunction(uint64_t FuncMD5Hash);
544 Function* InstrProfSymtab::getFunction(uint64_t FuncMD5Hash) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DiagnosticInfo.h 199 const Function &getFunction() const { return Fn; }
381 const Function &getFunction() const { return Fn; }
622 Orig.RemarkName, Orig.getFunction(), Orig.getLocation()),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
InstrProf.h 495 inline Function *getFunction(uint64_t FuncMD5Hash);
544 Function* InstrProfSymtab::getFunction(uint64_t FuncMD5Hash) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DiagnosticInfo.h 199 const Function &getFunction() const { return Fn; }
381 const Function &getFunction() const { return Fn; }
622 Orig.RemarkName, Orig.getFunction(), Orig.getLocation()),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
InstrProf.h 495 inline Function *getFunction(uint64_t FuncMD5Hash);
544 Function* InstrProfSymtab::getFunction(uint64_t FuncMD5Hash) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1effectauthor.h 149 PD2D1_PROPERTY_GET_FUNCTION getFunction;
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 869 Function *getFunction(std::string Name) {
871 if (auto *F = TheModule->getFunction(Name))
915 Function *F = getFunction(std::string("unary") + Opcode);
971 Function *F = getFunction(std::string("binary") + Op);
982 Function *CalleeF = getFunction(Callee);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 744 Function *getFunction(const std::string FnName);
819 Function *MCJITHelper::getFunction(const std::string FnName) {
824 Function *F = (*it)->getFunction(FnName);
833 Function *PF = OpenModule->getFunction(FnName);
871 Function *MF = (*it)->getFunction(FnName);
961 Function *F = (*it)->getFunction(Name);
1031 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
1075 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
1084 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 781 virtual Function *getFunction(const std::string FnName) = 0;
807 Function *getFunction(const std::string FnName);
887 Function *MCJITHelper::getFunction(const std::string FnName) {
892 Function *F = (*it)->getFunction(FnName);
901 Function *PF = CurrentModule->getFunction(FnName);
1005 Function *MF = (*it)->getFunction(FnName);
1037 Function *F = (*it)->getFunction(Name);
1101 F = TheHelper->getFunction(
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 655 Function *getFunction(const std::string FnName);
720 Function *MCJITHelper::getFunction(const std::string FnName) {
725 Function *F = (*it)->getFunction(FnName);
734 Function *PF = OpenModule->getFunction(FnName);
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
942 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 657 Function *getFunction(const std::string FnName);
730 Function *MCJITHelper::getFunction(const std::string FnName) {
735 Function *F = (*it)->getFunction(FnName);
744 Function *PF = OpenModule->getFunction(FnName);
782 Function *MF = (*it)->getFunction(FnName);
863 Function *F = (*it)->getFunction(Name);
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
982 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h     [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 479 inline Function *getFunction(uint64_t FuncMD5Hash);
524 Function* InstrProfSymtab::getFunction(uint64_t FuncMD5Hash) {
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 118 Function *getFunction(StringRef Name) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h     [all...]
SPIRVModule.cpp 96 SPIRVFunction *getFunction(unsigned I) const { return FuncVec[I];}
    [all...]
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp 101 getFunction(HWC2_FUNCTION_REGISTER_CALLBACK));
117 getFunction(HWC2_FUNCTION_GET_DISPLAY_TYPE));
148 getFunction(HWC2_FUNCTION_CREATE_LAYER));
168 getFunction(HWC2_FUNCTION_DESTROY_LAYER));
189 getFunction(HWC2_FUNCTION_GET_DISPLAY_ATTRIBUTE));
208 getFunction(HWC2_FUNCTION_GET_DISPLAY_CONFIGS));
235 getFunction(HWC2_FUNCTION_GET_ACTIVE_CONFIG));
252 getFunction(HWC2_FUNCTION_SET_ACTIVE_CONFIG));
268 getFunction(HWC2_FUNCTION_GET_DOZE_SUPPORT));
285 getFunction(HWC2_FUNCTION_SET_POWER_MODE))
    [all...]
  /frameworks/rs/script_api/
Specification.h 410 Function* getFunction() const { return mFunction; }

Completed in 1518 milliseconds

1 2 3 4 5 6 7 891011>>