Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp581 static Type *getCmpOpsType(const Instruction *I, unsigned VF = 1) { in getCmpOpsType() function
641 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getCastInstrCost()
717 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I) : nullptr); in getCastInstrCost()
773 Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr); in getCmpSelInstrCost()