Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp58 void putConstant(InsertInfo I, unsigned DestReg, unsigned Constant) const;
494 void ARMInstructionSelector::putConstant(InsertInfo I, unsigned DestReg, in putConstant() function in ARMInstructionSelector
540 putConstant(I, ResReg, Cond == CmpInst::FCMP_TRUE ? 1 : 0); in selectCmp()
553 putConstant(I, ZeroReg, 0); in selectCmp()