/external/llvm/include/llvm/IR/ |
CallingConv.h | 37 /// Fast - This calling convention attempts to make calls as fast as 39 Fast = 8, 64 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelLowering.h | 24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
|
MipsSEISelLowering.h | 25 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
|
MipsSEISelLowering.cpp | 128 MipsSETargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const { 134 if (Fast) 135 *Fast = true;
|
MipsISelLowering.h | 296 bool useRegsForByval() const { return CallConv != CallingConv::Fast; }
|
/external/llvm/include/llvm/Target/ |
TargetOptions.h | 35 Fast, // Enable fusion of FP ops wherever it's profitable. 144 /// EnableFastISel - This flag enables fast-path instruction selection 179 /// Fast mode - allows formation of fused FP ops whenever they're
|
/external/llvm/include/llvm/CodeGen/ |
CommandFlags.h | 156 clEnumValN(FPOpFusion::Fast, "fast",
|
/external/chromium_org/v8/test/mjsunit/regress/ |
consolidated-holey-load.js | 35 var b = ["abcd", 0]; // Fast elements. 36 foo(b); // Observe fast elements first, or the IC will transition without
|
regress-1692.js | 87 // Fast elements.
|
/external/chromium_org/v8/test/mjsunit/ |
store-dictionary.js | 57 // Fast case object.
|
object-freeze.js | 206 // Fast properties should remain fast 283 // Accessors on fast object should behavior properly after freezing
|
/external/v8/test/mjsunit/ |
store-dictionary.js | 57 // Fast case object.
|
/external/v8/test/mjsunit/regress/ |
regress-1692.js | 87 // Fast elements.
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.h | 136 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const
|
/external/chromium_org/v8/src/ |
runtime.js | 131 // Fast cases for string, numbers and undefined compares. 172 // Fast case: Check for number operands and do the addition. 276 // bailing out in the fast case, but after converting the 314 // bailing out in the fast case, but after converting the 435 // array. This is the fast case. If this fails, we do the slow case 501 // Fast case check.
|
/external/v8/src/ |
runtime.js | 123 // Fast cases for string, numbers and undefined compares. 164 // Fast case: Check for number operands and do the addition. 268 // bailing out in the fast case, but after converting the 320 // bailing out in the fast case, but after converting the 441 // array. This is the fast case. If this fails, we do the slow case 507 // Fast case check.
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 289 /// is "fast" by reference in the second argument. 290 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const; 379 /// or null if the target does not support "fast" ISel.
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 458 /// Is unaligned memory access allowed for the given type, and is it fast 460 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast = 0) const; 469 /// or null if the target does not support "fast" instruction selection.
|
PPCISelLowering.cpp | 165 // fast-math mode. [all...] |
/external/clang/lib/CodeGen/ |
BackendUtil.cpp | 443 Options.AllowFPOpFusion = llvm::FPOpFusion::Fast;
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 558 /// is "fast" by reference in the second argument. 559 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const; 745 /// or null if the target does not support "fast" ISel. [all...] |
X86FastISel.cpp | 154 // Unhandled type. Halt "fast" selection and bail. 368 // Fast instruction selection doesn't support the special 730 CC != CallingConv::Fast && 744 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
id3_parser.js | 556 'Fast Fusion',
|
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 268 case CallingConv::Fast: 297 case CallingConv::Fast: [all...] |