/external/llvm/lib/Target/R600/ |
AMDGPUIndirectAddressing.cpp | 122 MOV.addReg(DstReg, RegState::Define | RegState::Implicit); 267 // If the register we are reading has an implicit def, then that 273 .addReg(Reg, RegState::Implicit); 293 // register coalescer won't do anything with the implicit defs. 310 Mov.addReg(IndirectReg, RegState::Implicit | RegState::Kill); 311 Mov.addReg(LiveAddressRegisterMap[Address], RegState::Implicit);
|
SILowerControlFlow.cpp | 384 .addReg(AMDGPU::M0, RegState::Implicit) 385 .addReg(Vec, RegState::Implicit); 403 .addReg(AMDGPU::M0, RegState::Implicit) 404 .addReg(Dst, RegState::Implicit);
|
R600InstrInfo.cpp | 70 RegState::Define | RegState::Implicit); 949 MIB.addReg(AMDGPU::PREDICATE_BIT, RegState::Implicit); [all...] |
SIInstrInfo.cpp | 166 Builder.addReg(DestReg, RegState::Define | RegState::Implicit);
|
R600ISelLowering.cpp | 288 .addReg(T0, RegState::Implicit) 289 .addReg(T1, RegState::Implicit); 390 .addReg(T0, RegState::Implicit) 391 .addReg(T1, RegState::Implicit); 463 // RETURN instructions must have the live-out registers as implicit uses, 468 MIB.addReg(MFI->LiveOuts[i], RegState::Implicit); 786 // We shouldn't be using an offset wider than 16-bits for implicit parameters. [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineInstrBuilder.h | 32 Implicit = 0x4, 40 ImplicitDefine = Implicit | Define, 41 ImplicitKill = Implicit | Kill 70 flags & RegState::Implicit, 213 /// Copy all the implicit operands from OtherMI onto this one. 387 return B ? RegState::Implicit : 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
R600ISelLowering.cpp | 173 .addReg(t0, RegState::Implicit) 174 .addReg(t1, RegState::Implicit); 195 .addReg(t0, RegState::Implicit) 196 .addReg(t1, RegState::Implicit); 365 // We shouldn't be using an offset wider than 16-bits for implicit parameters.
|
R600InstrInfo.cpp | 63 .addReg(DestReg, RegState::Define | RegState::Implicit); 463 MachineInstrBuilder(MI).addReg(AMDGPU::PREDICATE_BIT, RegState::Implicit);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600ISelLowering.cpp | 173 .addReg(t0, RegState::Implicit) 174 .addReg(t1, RegState::Implicit); 195 .addReg(t0, RegState::Implicit) 196 .addReg(t1, RegState::Implicit); 365 // We shouldn't be using an offset wider than 16-bits for implicit parameters.
|
R600InstrInfo.cpp | 63 .addReg(DestReg, RegState::Define | RegState::Implicit); 463 MachineInstrBuilder(MI).addReg(AMDGPU::PREDICATE_BIT, RegState::Implicit);
|
/external/clang/include/clang/AST/ |
DeclBase.h | 255 /// Implicit - Whether this declaration was implicitly generated by 257 unsigned Implicit : 1; 308 HasAttrs(false), Implicit(false), Used(false), Referenced(false), 318 HasAttrs(false), Implicit(false), Used(false), Referenced(false), 492 bool isImplicit() const { return Implicit; } 493 void setImplicit(bool I = true) { Implicit = I; } [all...] |
ExprCXX.h | 126 /// \brief Retrieves the implicit object argument for the member call. 135 /// the implicit object argument. 483 /// \brief Implicit construction of a std::initializer_list<T> object from an 761 bool Implicit : 1; 771 Loc(L), Implicit(isImplicit) { } 781 bool isImplicit() const { return Implicit; } 782 void setImplicit(bool I) { Implicit = I; } [all...] |
/external/chromium_org/v8/test/mjsunit/ |
strict-mode-implicit-receiver.js | 40 // Test calls to strict mode function with implicit receiver. 48 // Test calls to local strict mode function with implicit receiver. 67 // Test call to catch variable strict-mode function. Implicit 113 // Inline with implicit receiver.
|
/external/v8/test/mjsunit/ |
strict-mode-implicit-receiver.js | 40 // Test calls to strict mode function with implicit receiver. 48 // Test calls to local strict mode function with implicit receiver. 67 // Test call to catch variable strict-mode function. Implicit 113 // Inline with implicit receiver.
|
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | 738 // Add implicit super-register defs and kills to the last instruction. [all...] |
ARMFastISel.cpp | 236 // we don't care about implicit defs here, just places we'll need to add a [all...] |
/build/core/ |
pdk_config.mk | 110 # Implicit pattern rules to copy the fusion files to the system image directory. 144 # implicit rules for all others
|
/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | [all...] |
X86FrameLowering.cpp | 192 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead. 717 MI->getOperand(3).setIsDead(); // The EFLAGS implicit def is dead. 843 // The EFLAGS implicit def is dead. [all...] |
X86FastISel.cpp | 844 MIB.addReg(RetRegs[i], RegState::Implicit); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsSEISelDAGToDAG.cpp | 48 unsigned Flag = IsDef ? RegState::ImplicitDefine : RegState::Implicit;
|
MipsSEInstrInfo.cpp | 114 .addReg(SrcReg, RegState::Implicit | getKillRegState(KillSrc));
|
/external/clang/lib/AST/ |
ExprCXX.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | 345 .addReg(SystemZ::CC, RegState::Implicit);;
|
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | [all...] |