OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRegForGEPIndex
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
FastISel.h
98
///
getRegForGEPIndex
- This is a wrapper around getRegForValue that also
101
std::pair<unsigned, bool>
getRegForGEPIndex
(const Value *V);
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
257
std::pair<unsigned, bool> FastISel::
getRegForGEPIndex
(const Value *Idx) {
462
std::pair<unsigned, bool> Pair =
getRegForGEPIndex
(Idx);
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
436
IndexReg =
getRegForGEPIndex
(Op).first;
[
all
...]
Completed in 39 milliseconds