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.cpp1976 const Value *IntExtVal = nullptr; in selectLoad() local
1980 IntExtVal = ZE; in selectLoad()
1985 IntExtVal = SE; in selectLoad()
2009 if (IntExtVal) { in selectLoad()
2013 Register Reg = lookUpRegForValue(IntExtVal); in selectLoad()
2047 updateValueMap(IntExtVal, ResultReg); in selectLoad()