Home
last modified time | relevance | path

Searched refs:ValIsKill (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp93 bool X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill,
496 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill, in X86FastEmitStore() argument
517 .addReg(ValReg, getKillRegState(ValIsKill)).addImm(1); in X86FastEmitStore()
663 addFullAddress(MIB, AM).addReg(ValReg, getKillRegState(ValIsKill)); in X86FastEmitStore()
3446 bool ValIsKill = hasTrivialKill(ArgVal); in fastLowerCall() local
3447 if (!X86FastEmitStore(ArgVT, ArgReg, ValIsKill, AM, MMO)) in fastLowerCall()