Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch32.h216 static constexpr uint32_t CondMask = 0xe0000000; // excluding BLX bit
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp550 if ((R.Wd & FixupInfo<Arm_Call>::CondMask) != in applyFixupArm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6353 SDValue CondMask = in combineSelectAsExtAnd() local
6355 return DAG.getNode(ISD::AND, DL, OpVT, CondMask, T.getOperand(0)); in combineSelectAsExtAnd()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44876 SmallVector<int, 64> LHSMask, RHSMask, CondMask; in combineSelect() local
44877 if (createShuffleMaskFromVSELECT(CondMask, Cond) && in combineSelect()
44884 if (CondMask[i] < NumElts) { in combineSelect()