Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1972 const Value *IntExtVal = nullptr; in selectLoad() local
1976 IntExtVal = ZE; in selectLoad()
1981 IntExtVal = SE; in selectLoad()
2005 if (IntExtVal) { in selectLoad()
2009 Register Reg = lookUpRegForValue(IntExtVal); in selectLoad()
2043 updateValueMap(IntExtVal, ResultReg); in selectLoad()