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

  /frameworks/compile/libbcc/include/bcc/
Config.h 86 #define X86_CUSTOM_DL_STRING "e-m:e-p:32:32-i64:64-f64:64:64-f80:32-n8:16:32-S128"
88 // changes so X86_CUSTOM_DL_STRING above can be modified appropriately.
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 127 : FunctionPass (ID), DL(X86_CUSTOM_DL_STRING) {
RSKernelExpand.cpp 689 // X86_CUSTOM_DL_STRING and then bitcast to actual input type.
740 // X86_CUSTOM_DL_STRING, then bitcast it to actual input type.
741 llvm::DataLayout DL(X86_CUSTOM_DL_STRING);
    [all...]

Completed in 1008 milliseconds