OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetTransformInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
199
const TargetTransformInfo *
getTargetTransformInfo
() {
313
const TargetTransformInfo *TTI = LIR.
getTargetTransformInfo
();
632
if (!LIR.
getTargetTransformInfo
())
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
238
const TargetTransformInfo *
getTargetTransformInfo
() const { return TTI; }
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 51 milliseconds