Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp91 bool X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill,
415 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill, in X86FastEmitStore() argument
428 .addReg(ValReg, getKillRegState(ValIsKill)).addImm(1); in X86FastEmitStore()
469 addFullAddress(MIB, AM).addReg(ValReg, getKillRegState(ValIsKill)); in X86FastEmitStore()
3015 bool ValIsKill = hasTrivialKill(ArgVal); in fastLowerCall() local
3016 if (!X86FastEmitStore(ArgVT, ArgReg, ValIsKill, AM, MMO)) in fastLowerCall()