HomeSort by relevance Sort by last modified time
    Searched refs:shouldBuildLookupTablesForConstant (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 177 bool shouldBuildLookupTablesForConstant(Constant *C) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 560 bool shouldBuildLookupTablesForConstant(Constant *C) const;
    [all...]
TargetTransformInfoImpl.h 292 bool shouldBuildLookupTablesForConstant(Constant *C) { return true; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 235 bool TargetTransformInfo::shouldBuildLookupTablesForConstant(Constant *C) const {
236 return TTIImpl->shouldBuildLookupTablesForConstant(C);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 253 milliseconds