Home
last modified time | relevance | path

Searched refs:ARCTTIImpl (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCTargetTransformInfo.h29 class ARCTTIImpl : public BasicTTIImplBase<ARCTTIImpl> {
30 using BaseT = BasicTTIImplBase<ARCTTIImpl>;
40 explicit ARCTTIImpl(const ARCTargetMachine *TM, const Function &F) in ARCTTIImpl() function
45 ARCTTIImpl(const ARCTTIImpl &Arg) in ARCTTIImpl() function
47 ARCTTIImpl(ARCTTIImpl &&Arg) in ARCTTIImpl() function
DARCTargetMachine.cpp90 return TargetTransformInfo(ARCTTIImpl(this, F)); in getTargetTransformInfo()
/external/llvm-project/llvm/lib/Target/ARC/
DARCTargetTransformInfo.h29 class ARCTTIImpl : public BasicTTIImplBase<ARCTTIImpl> {
30 using BaseT = BasicTTIImplBase<ARCTTIImpl>;
40 explicit ARCTTIImpl(const ARCTargetMachine *TM, const Function &F) in ARCTTIImpl() function
45 ARCTTIImpl(const ARCTTIImpl &Arg) in ARCTTIImpl() function
47 ARCTTIImpl(ARCTTIImpl &&Arg) in ARCTTIImpl() function
DARCTargetMachine.cpp90 return TargetTransformInfo(ARCTTIImpl(this, F)); in getTargetTransformInfo()