/external/llvm/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 45 /// clobbers the desired value. The pointer member of the MemDepResult 46 /// pair holds the instruction that clobbers the memory. For example, 71 /// and no intervening clobbers. No validation is done that the
|
/external/llvm/include/llvm/CodeGen/ |
MachineOperand.h | 471 /// clobbersPhysReg - Returns true if this RegMask clobbers PhysReg. 481 /// clobbersPhysReg - Returns true if this RegMask operand clobbers PhysReg. 686 /// an instruction that clobbers many registers, typically a call. The bit
|
/external/llvm/lib/Target/AArch64/ |
AArch64ConditionalCompares.cpp | 352 // Check for flag reads and clobbers. 426 DEBUG(dbgs() << "Clobbers flags: " << I); 467 // defined before The CmpBB cmp clobbers the flags. Alternatively, it should
|
/art/runtime/interpreter/mterp/arm64/ |
header.S | 232 * Begin executing the opcode in _reg. Clobbers reg
|
/bionic/libm/i387/ |
fenv.c | 369 * instruction clobbers the i387 register stack. This happens because
|
/external/bison/lib/ |
strerror_r.c | 52 strerror_r clobbers strerror. */
|
/external/boringssl/src/crypto/aes/asm/ |
vpaes-x86_64.pl | 79 ## Clobbers %xmm1-%xmm5, %r9, %r10, %r11, %rax 493 ## Clobbers %xmm1-%xmm4, %r11. 560 ## Clobbers %xmm1, %xmm2 598 ## Clobbers xmm1-xmm5
|
/external/clang/test/Sema/ |
asm.c | 22 void clobbers() { function
|
/external/gemmlowp/meta/generators/ |
qnt_Nx8_neon.py | 388 registers.Clobbers() + ['cc', 'memory'])
|
zip_Nx8_neon.py | 306 registers.Clobbers() + ['cc', 'memory'])
|
/external/llvm/test/Analysis/BasicAA/ |
modref.ll | 166 ;; In this case load can be removed, function clobbers only %P2.
|
/external/llvm/test/Transforms/EarlyCSE/ |
basic.ll | 97 ; Clobbers V1
|
/external/v8/src/interpreter/ |
bytecode-peephole-optimizer.cc | 272 // The current instruction clobbers the accumulator without reading it. The
|
/prebuilts/go/darwin-x86/src/runtime/ |
sys_linux_ppc64x.s | 289 // Careful: Linux system call clobbers ???.
|
sys_solaris_amd64.s | 143 CALL runtime·stackcheck(SB) // clobbers AX,CX
|
sys_windows_386.s | 332 CALL runtime·stackcheck(SB) // clobbers AX,CX
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_linux_ppc64x.s | 289 // Careful: Linux system call clobbers ???.
|
sys_solaris_amd64.s | 143 CALL runtime·stackcheck(SB) // clobbers AX,CX
|
sys_windows_386.s | 332 CALL runtime·stackcheck(SB) // clobbers AX,CX
|
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | 329 SmallVector<StringLiteral*, 16> Clobbers; 331 Clobbers.push_back(cast_or_null<StringLiteral>(Reader.ReadSubStmt())); 336 Clobbers.data(), NumClobbers); 356 // Read the clobbers. 358 SmallVector<StringRef, 16> Clobbers; 360 Clobbers.reserve(S->NumClobbers); 363 Clobbers.push_back(ClobbersData.back()); 381 Constraints, Exprs, Clobbers); [all...] |
/external/gemmlowp/internal/ |
kernel_SSE.h | 198 : // clobbers 502 : // clobbers
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FunctionLoweringInfo.cpp | 137 // Look for inline asm that clobbers the SP register. 148 // Clobbers don't have SDValue operands, hence SDValue().
|
/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 227 // Inline ASM is okay, unless it clobbers the ctr register. 634 " clobbers CTR, invalidating " << "BB#" <<
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-ccmp.ll | 49 ; Second block clobbers the flags, can't convert (easily). 76 ; Second block clobbers the flags and ends with a tbz terminator.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
pex-unix.c | 605 This clobbers the parent's environ so we need to restore it. 664 /* NOTE: In a standard vfork implementation this clobbers the
|