Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDaarch32.h216 static constexpr uint32_t CondMask = 0xe0000000; // excluding BLX bit
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDaarch32.cpp550 if ((R.Wd & FixupInfo<Arm_Call>::CondMask) != in applyFixupArm()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp6357 SDValue CondMask = in combineSelectAsExtAnd() local
6359 return DAG.getNode(ISD::AND, DL, OpVT, CondMask, T.getOperand(0)); in combineSelectAsExtAnd()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp45906 SmallVector<int, 64> LHSMask, RHSMask, CondMask; in combineSelect() local
45907 if (createShuffleMaskFromVSELECT(CondMask, Cond) && in combineSelect()
45914 if (CondMask[i] < NumElts) { in combineSelect()