HomeSort by relevance Sort by last modified time
    Searched defs:getDef (Results 1 - 25 of 42) sorted by null

1 2

  /external/annotation-tools/scene-lib/src/annotations/el/
DefCollector.java 44 private AnnotationDef getDef(String name) {
70 AnnotationDef oldD = getDef(d.name);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.h 121 Record *getDef() const { return TheDef; }
  /frameworks/av/media/libstagefright/
MediaExtractorFactory.cpp 238 MediaExtractor::GetExtractorDef getDef =
240 if (getDef) {
243 new ExtractorPlugin(getDef(), libHandle, libPath), pluginList);
273 MediaExtractor::GetExtractorDef getDef =
275 if (getDef) {
278 new ExtractorPlugin(getDef(), libHandle, libPath), pluginList);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 131 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 131 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryDependenceAnalysis.h 131 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryDependenceAnalysis.h 131 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 131 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 131 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryDependenceAnalysis.h 131 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryDependenceAnalysis.h 131 static MemDepResult getDef(Instruction *Inst) {
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 122 static MemDepResult getDef(Instruction *Inst) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 105 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 122 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryDependenceAnalysis.h 122 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryDependenceAnalysis.h 122 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 122 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryDependenceAnalysis.h 122 static MemDepResult getDef(Instruction *Inst) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryDependenceAnalysis.h 122 static MemDepResult getDef(Instruction *Inst) {
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 450 static MachineInstr *getDef(unsigned Reg,
478 MachineInstr *RLL = getDef(SrcReg, MRI);
481 RLL = getDef(LGFR->getOperand(1).getReg(), MRI);
486 MachineInstr *SRL = getDef(RLL->getOperand(1).getReg(), MRI);
490 MachineInstr *IPM = getDef(SRL->getOperand(1).getReg(), MRI);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 317 Record *getDef() const { return TheDef; }
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 1048 Record *getDef() const { return Def; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 1080 Record *getDef() const { return Def; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
Record.h 1055 Record *getDef() const { return Def; }
    [all...]

Completed in 579 milliseconds

1 2