Lines Matching refs:getValueAsBit
296 isReturn = R->getValueAsBit("isReturn");
297 isBranch = R->getValueAsBit("isBranch");
298 isIndirectBranch = R->getValueAsBit("isIndirectBranch");
299 isCompare = R->getValueAsBit("isCompare");
300 isMoveImm = R->getValueAsBit("isMoveImm");
301 isBitcast = R->getValueAsBit("isBitcast");
302 isSelect = R->getValueAsBit("isSelect");
303 isBarrier = R->getValueAsBit("isBarrier");
304 isCall = R->getValueAsBit("isCall");
305 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
306 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable");
307 isConvertibleToThreeAddress = R->getValueAsBit("isConvertibleToThreeAddress");
308 isCommutable = R->getValueAsBit("isCommutable");
309 isTerminator = R->getValueAsBit("isTerminator");
310 isReMaterializable = R->getValueAsBit("isReMaterializable");
311 hasDelaySlot = R->getValueAsBit("hasDelaySlot");
312 usesCustomInserter = R->getValueAsBit("usesCustomInserter");
313 hasPostISelHook = R->getValueAsBit("hasPostISelHook");
314 hasCtrlDep = R->getValueAsBit("hasCtrlDep");
315 isNotDuplicable = R->getValueAsBit("isNotDuplicable");
321 neverHasSideEffects = R->getValueAsBit("neverHasSideEffects");
323 isAsCheapAsAMove = R->getValueAsBit("isAsCheapAsAMove");
324 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
325 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq");
326 isCodeGenOnly = R->getValueAsBit("isCodeGenOnly");
327 isPseudo = R->getValueAsBit("isPseudo");