HomeSort by relevance Sort by last modified time
    Searched full:lowered (Results 51 - 75 of 268) sorted by null

1 23 4 5 6 7 8 91011

  /external/llvm/include/llvm/CodeGen/
IntrinsicLowering.h 45 /// Otherwise, if an intrinsic function call can be lowered, the code to
MachineJumpTableInfo.h 11 // lowered switch instructions in the MachineFunction.
74 /// EK_Custom32 - Each entry is a 32-bit value that is custom lowered by the
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 49 // TLS globals are lowered in the backend to arrays indexed by the current
  /external/llvm/test/CodeGen/X86/
2008-08-31-EH_RETURN64.ll 1 ; Check that eh_return & unwind_init were properly lowered
2010-02-19-TailCallRetAddrBug.ll 2 ; Check that lowered argumens do not overwrite the return address before it is moved.
basic-promote-integers.ll 1 ; Test that vectors are scalarized/lowered correctly
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.h 36 /// implicit parameters are lowered to load instructions which retreive the
  /external/skia/tests/
RefDictTest.cpp 73 // be sure d's destructor lowered data0's owner count back to 1
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 96 // Map reusable lowered PHI node -> incoming join register.
103 STATISTIC(NumLowered, "Number of phis lowered");
105 STATISTIC(NumReused, "Number of reused lowered phis");
163 // Clean up the lowered PHI instructions.
254 // An identical PHI node was already lowered. Reuse the incoming register.
331 // the lowered copy, which will still be dead, needs to begin and end at
403 // last PHI use of SrcReg to be lowered on this CFG edge and it is not live
DwarfEHPrepare.cpp 31 STATISTIC(NumResumesLowered, "Number of resume calls lowered");
  /external/chromium/base/
process.h 89 // of the process will be lowered. If value is false, the priority
  /external/llvm/lib/Target/R600/
R600ISelLowering.h 46 /// lowered to load instructions which retreive the values from the Vertex
  /external/llvm/test/Analysis/CostModel/ARM/
shuffle.ll 9 ;; Reverse shuffles should be lowered to vrev and possibly a vext (for
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer_unittest.cc 346 // Tracker for the remote file should be lowered.
413 // Tracker for the remote file should be lowered.
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
README.txt 20 cleaned up and the sound is removed. Also detail level is lowered,
  /external/chromium_org/cc/output/
output_surface.h 128 // processing should be stopped, or lowered in priority.
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_vector.cpp 44 * Should SWZ-like expressions be lowered?
  /external/chromium_org/third_party/sqlite/src/src/
sqliteLimit.h 184 ** This value can be lowered (or raised) at run-time using that the
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 124 /// If not an empty string, trap intrinsics are lowered to calls to this
  /external/llvm/include/llvm/IR/
CallingConv.h 102 /// How arguments/return values are lowered are not specified.
  /external/llvm/include/llvm/Target/
TargetOpcodes.h 76 // pair. Once it has been lowered to a MachineInstr, the regclass operand
  /external/llvm/test/CodeGen/PowerPC/
vec_splat.ll 1 ; Test that vectors are scalarized/lowered correctly.
  /external/mesa3d/src/glsl/
lower_vector.cpp 44 * Should SWZ-like expressions be lowered?
  /frameworks/native/opengl/tests/angeles/
README.txt 20 cleaned up and the sound is removed. Also detail level is lowered,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-pass.h 231 #define PROP_gimple_lcf (1 << 1) /* lowered control flow */
232 #define PROP_gimple_leh (1 << 2) /* lowered eh */
238 #define PROP_gimple_lomp (1 << 8) /* lowered OpenMP directives */
240 #define PROP_gimple_lcx (1 << 10) /* lowered complex */

Completed in 1412 milliseconds

1 23 4 5 6 7 8 91011