HomeSort by relevance Sort by last modified time
    Searched refs:OpTy (Results 26 - 50 of 65) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 197 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
202 if (TLI->isTruncateFree(OpTy, Ty))
207 if (TLI->isZExtFree(OpTy, Ty))
213 return BaseT::getOperationCost(Opcode, Ty, OpTy);
756 Type *OpTy = Op->getType();
757 assert (VF == 1 || !OpTy->isVectorTy());
758 Types.push_back(VF == 1 ? OpTy : VectorType::get(OpTy, VF));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 197 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
202 if (TLI->isTruncateFree(OpTy, Ty))
207 if (TLI->isZExtFree(OpTy, Ty))
213 return BaseT::getOperationCost(Opcode, Ty, OpTy);
756 Type *OpTy = Op->getType();
757 assert (VF == 1 || !OpTy->isVectorTy());
758 Types.push_back(VF == 1 ? OpTy : VectorType::get(OpTy, VF));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 197 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
202 if (TLI->isTruncateFree(OpTy, Ty))
207 if (TLI->isZExtFree(OpTy, Ty))
213 return BaseT::getOperationCost(Opcode, Ty, OpTy);
756 Type *OpTy = Op->getType();
757 assert (VF == 1 || !OpTy->isVectorTy());
758 Types.push_back(VF == 1 ? OpTy : VectorType::get(OpTy, VF));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 197 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
202 if (TLI->isTruncateFree(OpTy, Ty))
207 if (TLI->isZExtFree(OpTy, Ty))
213 return BaseT::getOperationCost(Opcode, Ty, OpTy);
756 Type *OpTy = Op->getType();
757 assert (VF == 1 || !OpTy->isVectorTy());
758 Types.push_back(VF == 1 ? OpTy : VectorType::get(OpTy, VF));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 197 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
202 if (TLI->isTruncateFree(OpTy, Ty))
207 if (TLI->isZExtFree(OpTy, Ty))
213 return BaseT::getOperationCost(Opcode, Ty, OpTy);
756 Type *OpTy = Op->getType();
757 assert (VF == 1 || !OpTy->isVectorTy());
758 Types.push_back(VF == 1 ? OpTy : VectorType::get(OpTy, VF));
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 51 Type *OpTy) const {
52 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 137 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
632 virtual int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) = 0;
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 210 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) {
215 if (TLI->isTruncateFree(OpTy, Ty))
220 if (TLI->isZExtFree(OpTy, Ty))
226 return BaseT::getOperationCost(Opcode, Ty, OpTy);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 148 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 148 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 148 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 148 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 148 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 148 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 148 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 148 int getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy = nullptr) const;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 1479 milliseconds

12 3