Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h279 class OperandARM32FlexFpZero : public OperandARM32Flex {
280 OperandARM32FlexFpZero() = delete;
281 OperandARM32FlexFpZero(const OperandARM32FlexFpZero &) = delete;
282 OperandARM32FlexFpZero &operator=(const OperandARM32FlexFpZero &) = delete;
285 static OperandARM32FlexFpZero *create(Cfg *Func, Type Ty) { in create()
286 return new (Func->allocate<OperandARM32FlexFpZero>()) in create()
287 OperandARM32FlexFpZero(Func, Ty); in create()
299 OperandARM32FlexFpZero(Cfg *Func, Type Ty);
1608 OperandARM32FlexFpZero *Src1, in create()
DIceInstARM32.cpp467 OperandARM32FlexFpZero::OperandARM32FlexFpZero(Cfg * /*Func*/, Type Ty) in OperandARM32FlexFpZero() function in Ice::ARM32::OperandARM32FlexFpZero
3132 if (llvm::isa<OperandARM32FlexFpZero>(Src1)) { in emitIAS()
3438 void OperandARM32FlexFpZero::emit(const Cfg *Func) const { in emit()
3451 void OperandARM32FlexFpZero::dump(const Cfg * /*Func*/, Ostream &Str) const { in dump()
DIceTargetLoweringARM32.h877 void _vcmp(Variable *Src0, OperandARM32FlexFpZero *FpZero,
DIceTargetLoweringARM32.cpp4319 _vcmp(Src0R, OperandARM32FlexFpZero::create(Func, Src0R->getType())); in lowerFcmpCond()