Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch32.h217 static constexpr uint32_t CondMask = 0xe0000000; // excluding BLX bit
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp548 if ((R.Wd & FixupInfo<Arm_Call>::CondMask) != in applyFixupArm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6742 SDValue CondMask = in combineSelectAsExtAnd() local
6744 return DAG.getNode(ISD::AND, DL, OpVT, CondMask, T.getOperand(0)); in combineSelectAsExtAnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47611 SmallVector<int, 64> CondMask; in combineSelect() local
47612 if (createShuffleMaskFromVSELECT(CondMask, Cond, in combineSelect()
47616 return DAG.getVectorShuffle(VT, DL, LHS, RHS, CondMask); in combineSelect()
47628 scaleShuffleMaskElts(VT.getSizeInBits() / 8, CondMask, ByteMask) && in combineSelect()