Home
last modified time | relevance | path

Searched defs:HasEGPR (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp267 bool HasEGPR = STI->hasEGPR(); ExpandMI() local
H A DX86InstrInfo.cpp4057 bool HasEGPR = Subtarget.hasEGPR(); CopyToFromAsymmetricReg() local
4140 bool HasEGPR = Subtarget.hasEGPR(); copyPhysReg() local
4253 bool HasEGPR = STI.hasEGPR(); getLoadStoreRegOpcode() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h171 bool HasEGPR = false; global() variable