Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.h62 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
63 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
DWebAssemblyTargetTransformInfo.cpp48 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
49 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.h92 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
93 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
DNVPTXTargetTransformInfo.cpp116 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
117 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h82 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
83 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h76 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
77 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
DSystemZTargetTransformInfo.cpp352 TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
353 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h134 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
135 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
DHexagonTargetTransformInfo.cpp241 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
242 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h92 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
93 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
DPPCTargetTransformInfo.cpp716 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
717 TTI::OperandValueProperties Opd2PropInfo, in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h126 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
127 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
DAArch64TargetTransformInfo.cpp487 TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
488 TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h126 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
127 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
DX86TargetTransformInfo.cpp175 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
176 TTI::OperandValueProperties Opd2PropInfo, in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h211 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
212 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
DARMTargetTransformInfo.cpp672 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
673 TTI::OperandValueProperties Opd2PropInfo, in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h178 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
179 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
DAMDGPUTargetTransformInfo.cpp344 TTI::OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
345 TTI::OperandValueProperties Opd2PropInfo, in getArithmeticInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h801 enum OperandValueProperties { OP_None = 0, OP_PowerOf2 = 1 }; enum
888 OperandValueProperties &OpProps);
909 OperandValueProperties Opd1PropInfo = OP_None,
910 OperandValueProperties Opd2PropInfo = OP_None,
1317 OperandValueKind Opd2Info, OperandValueProperties Opd1PropInfo,
1318 OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args,
1717 OperandValueProperties Opd1PropInfo,
1718 OperandValueProperties Opd2PropInfo,
DTargetTransformInfoImpl.h435 TTI::OperandValueProperties Opd1PropInfo,
436 TTI::OperandValueProperties Opd2PropInfo,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp546 TargetTransformInfo::getOperandInfo(Value *V, OperandValueProperties &OpProps) { in getOperandInfo()
596 OperandValueKind Opd2Info, OperandValueProperties Opd1PropInfo, in getArithmeticInstrCost()
597 OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args, in getArithmeticInstrCost()
1183 TargetTransformInfo::OperandValueProperties Op1VP, Op2VP; in getInstructionThroughput()
1192 TargetTransformInfo::OperandValueProperties Op1VP, Op2VP; in getInstructionThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h634 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
635 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
1140 TTI::OperandValueProperties OpPropsX, OpPropsY, OpPropsZ, OpPropsBW;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3414 TargetTransformInfo::OperandValueProperties Op1VP = in getEntryCost()
3416 TargetTransformInfo::OperandValueProperties Op2VP = in getEntryCost()
DLoopVectorize.cpp6268 TargetTransformInfo::OperandValueProperties Op2VP; in getInstructionCost()