Searched refs:CondMask (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | aarch32.h | 217 static constexpr uint32_t CondMask = 0xe0000000; // excluding BLX bit
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | aarch32.cpp | 548 if ((R.Wd & FixupInfo<Arm_Call>::CondMask) != in applyFixupArm()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6742 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 D | X86ISelLowering.cpp | 47611 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()
|