Searched defs:Sat (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ | ||
H A D | AggressiveInstCombine.cpp | 401 Value *Sat = Builder.CreateCall(Fn, In); tryToFPToSat() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCalls.cpp | 1177 Value *Sat = Builder.CreateCall(F, {AT, BT}); matchSAddSubSat() local |
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ | ||
H A D | AMDGPUAsmParser.cpp | 7111 bool Sat = CntName.ends_with("_sat"); parseCnt() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 10852 SDValue Sat = DAG.getNode(OpcSat, dl, LHS.getValueType(), LHS, RHS); expandSADDSUBO() local |
H A D | DAGCombiner.cpp | 5648 SDValue Sat = DAG.getNode(NewOpc, DL, NewVT, Fp.getOperand(0), PerformMinMaxFpToSatCombine() local |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 4515 SDValue Sat; LowerVectorFP_TO_INT_SAT() local |