/external/llvm/include/llvm/CodeGen/ |
MachineInstr.h | 589 CheckKillDead, // Check all operands including kill / dead markers 642 bool isKill() const { return getOpcode() == TargetOpcode::KILL; } 696 case TargetOpcode::KILL: 737 /// a kill of a super-register. [all...] |
/external/llvm/lib/CodeGen/ |
LiveRangeEdit.cpp | 288 // a KILL instead. This way, the physreg live ranges don't end up 294 MI->setDesc(TII.get(TargetOpcode::KILL));
|
MachineCopyPropagation.cpp | 130 // Turn it into a noop KILL instruction if it has super-register liveness 136 MI->setDesc(TII->get(TargetOpcode::KILL)); 167 // %ECX<def> = COPY %EAX<kill>
|
VirtRegMap.cpp | 215 // Add kill flags while we still have virtual registers. 294 // A virtual register kill refers to the whole register, so we may 295 // have to add <imp-use,kill> operands for the super-register. A 302 // we are substituting a full physreg. An <imp-use,kill> operand 347 // Transform identity copy to a KILL to deal with subregisters. 348 MI->setDesc(TII->get(TargetOpcode::KILL));
|
InlineSpiller.cpp | 324 OS << " kill"; 422 // y = use x<kill> 586 << " kill=" << unsigned(SVI->second.KillsSource) << '\n'); 724 // Insert spill without kill flag immediately after def. 785 MI->setDesc(TII.get(TargetOpcode::KILL)); [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.cpp | 302 case TargetOpcode::KILL:
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.cpp | 110 case TargetOpcode::KILL:
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
R600MCCodeEmitter.cpp | 149 MI.getOpcode() == AMDGPU::KILL) {
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.cpp | 580 case TargetOpcode::KILL: 657 .addReg(SrcReg, RegState::Kill) 658 .addReg(ScratchReg, RegState::Kill) 683 .addReg(SrcReg, RegState::Kill) 693 .addReg(SrcReg, RegState::Kill)
|
/external/llvm/lib/Target/X86/ |
X86CodeEmitter.cpp | [all...] |
X86FloatingPoint.cpp | 160 // %ST0 = COPY %FP4<kill> 264 /// duplicatePendingSTBeforeKill - The instruction at I is about to kill 520 // Kill off unwanted live-ins. This can happen with a critical edge. 543 // We may need to kill and define some registers to match successors. [all...] |
X86FastISel.cpp | 330 Src, /*TODO: Kill=*/false); 794 SrcReg = FastEmitZExtFromI1(MVT::i8, SrcReg, /*TODO: Kill=*/false); 800 SrcReg, /*TODO: Kill=*/false); [all...] |
/external/openssh/ |
session.c | [all...] |
configure | 643 KILL [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 535 std::string Str = "kill:"; 538 assert(Op.isReg() && "KILL instruction must have only register operands"); 541 Str += (Op.isDef() ? "<def>" : "<kill>"); 703 case TargetOpcode::KILL: [all...] |
/external/llvm/lib/Target/ARM/ |
ARMCodeEmitter.cpp | [all...] |
ARMBaseInstrInfo.cpp | 236 // Transfer LiveVariables states, kill / dead info. 569 case TargetOpcode::KILL: [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | [all...] |