Searched refs:KILL (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp874 case TargetOpcode::KILL:
H A DARMBaseInstrInfo.cpp567 case TargetOpcode::KILL:
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp1196 case TargetOpcode::KILL:
H A DX86FloatingPoint.cpp1766 DEBUG(dbgs() << "Inserting dummy KILL\n");
1767 I = BuildMI(*MBB, I, DebugLoc(), TII->get(TargetOpcode::KILL));
H A DX86FastISel.cpp1304 // of X86::CL, emit a subreg KILL to precisely describe what we're doing here.
1307 TII.get(TargetOpcode::KILL), X86::CL)
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp562 assert(Op.isReg() && "KILL instruction must have only register operands");
747 case TargetOpcode::KILL:
/freebsd-10.1-release/crypto/openssh/
H A Dsession.c2441 SSH_SIG(KILL);
H A Dconfigure646 KILL
4620 case $KILL in
4622 ac_cv_path_KILL="$KILL" # Let the user override the test with a path.
4643 KILL=$ac_cv_path_KILL
4644 if test -n "$KILL"; then
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $KILL" >&5
4646 $as_echo "$KILL" >&6; }

Completed in 108 milliseconds

12