Searched refs:OperandARM32FlexFpImm (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.h | 248 class OperandARM32FlexFpImm : public OperandARM32Flex { 249 OperandARM32FlexFpImm() = delete; 250 OperandARM32FlexFpImm(const OperandARM32FlexFpImm &) = delete; 251 OperandARM32FlexFpImm &operator=(const OperandARM32FlexFpImm &) = delete; 254 static OperandARM32FlexFpImm *create(Cfg *Func, Type Ty, in create() 256 return new (Func->allocate<OperandARM32FlexFpImm>()) in create() 257 OperandARM32FlexFpImm(Func, Ty, ModifiedImm); in create() 273 OperandARM32FlexFpImm(Cfg *Func, Type Ty, uint32_t ModifiedImm);
|
D | IceInstARM32.cpp | 388 OperandARM32FlexFpImm::OperandARM32FlexFpImm(Cfg * /*Func*/, Type Ty, in OperandARM32FlexFpImm() function in Ice::ARM32::OperandARM32FlexFpImm 392 bool OperandARM32FlexFpImm::canHoldImm(const Operand *C, in canHoldImm() 2080 if (const auto *FpImm = llvm::dyn_cast<OperandARM32FlexFpImm>(Src0)) { in emitIAS() 2100 if (const auto *FpImm = llvm::dyn_cast<OperandARM32FlexFpImm>(Src0)) { in emitIAS() 2113 if (const auto *FpImm = llvm::dyn_cast<OperandARM32FlexFpImm>(Src0)) { in emitIAS() 3417 void OperandARM32FlexFpImm::emit(const Cfg *Func) const { in emit() 3432 void OperandARM32FlexFpImm::dump(const Cfg * /*Func*/, Ostream &Str) const { in dump()
|
D | IceAssemblerARM32.h | 476 void vmovd(const Operand *OpDn, const OperandARM32FlexFpImm *OpFpImm, 506 void vmovs(const Operand *OpSn, const OperandARM32FlexFpImm *OpFpImm,
|
D | IceTargetLoweringARM32.cpp | 6243 return !OperandARM32FlexFpImm::canHoldImm(Opnd, &_); in operandNeedsGot() 6249 return !OperandARM32FlexFpImm::canHoldImm(Opnd, &_) && in operandNeedsGot() 6477 if (OperandARM32FlexFpImm::canHoldImm(From, &ModifiedImm)) { in legalize() 6480 OperandARM32FlexFpImm::create(Func, From->getType(), ModifiedImm)); in legalize()
|
D | IceAssemblerARM32.cpp | 3058 const OperandARM32FlexFpImm *OpFpImm, in vmovd() 3184 const OperandARM32FlexFpImm *OpFpImm, in vmovs()
|