HomeSort by relevance Sort by last modified time
    Searched refs:ExtractTypeInfo (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
Analysis.h 59 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
60 GlobalVariable *ExtractTypeInfo(Value *V);
  /external/llvm/include/llvm/CodeGen/
Analysis.h 77 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
78 GlobalValue *ExtractTypeInfo(Value *V);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 77 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
78 GlobalValue *ExtractTypeInfo(Value *V);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 77 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
78 GlobalValue *ExtractTypeInfo(Value *V);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 77 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
78 GlobalValue *ExtractTypeInfo(Value *V);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 77 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
78 GlobalValue *ExtractTypeInfo(Value *V);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 77 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
78 GlobalValue *ExtractTypeInfo(Value *V);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 77 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
78 GlobalValue *ExtractTypeInfo(Value *V);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 77 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
78 GlobalValue *ExtractTypeInfo(Value *V);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 77 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
78 GlobalValue *ExtractTypeInfo(Value *V);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 399 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
411 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
423 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 108 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
109 GlobalVariable *llvm::ExtractTypeInfo(Value *V) {
  /external/llvm/lib/CodeGen/
Analysis.cpp 118 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
119 GlobalValue *llvm::ExtractTypeInfo(Value *V) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 446 milliseconds