Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcrash-O0.ll8 ; AH in 64-bit mode. The hack used must not generate copyFromReg nodes for
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcrash-O0.ll8 ; AH in 64-bit mode. The hack used must not generate copyFromReg nodes for
/external/llvm/test/CodeGen/X86/
Dcrash-O0.ll8 ; AH in 64-bit mode. The hack used must not generate copyFromReg nodes for
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1062 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType())) in getValue() local
1063 return copyFromReg; in getValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1201 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType())) in getValue() local
1202 return copyFromReg; in getValue()